Unverified Commit 4eb20d15 authored by isabel's avatar isabel Committed by GitHub
Browse files

python3Packages.pygeocodio: fix build (#448417)

parents 1780ba11 97f5cfdd
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 = [