Commit 29381e47 authored by whoomee's avatar whoomee
Browse files

python3Packages.price-parser: fix build-system

parent 97be31fa
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 ];