Commit 97f5cfdd authored by Sigmanificient's avatar Sigmanificient
Browse files

python3Packages.pygeocodio: fix build

parent 241a070d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
  stdenv,
  buildPythonPackage,
  fetchFromGitHub,
  setuptools,
  hatchling,
  requests,
  pytestCheckHook,
  httpretty,
@@ -22,7 +22,7 @@ buildPythonPackage rec {
  };

  build-system = [
    setuptools
    hatchling
  ];

  dependencies = [