Unverified Commit d19c61be authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

python3Packages.price-parser: fix build-system (#493714)

parents 8c44fa16 29381e47
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,9 +2,9 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  hatchling,
  gitUpdater,
  pytestCheckHook,
  setuptools,
  pytest-cov-stub,
  attrs,
}:
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    hash = "sha256-1aMWRyrmvilON+crWibrREIN2Rf3hCzewI+vmRppvrg=";
  };

  build-system = [ setuptools ];
  build-system = [ hatchling ];

  dependencies = [ attrs ];