Unverified Commit 4e24a1c1 authored by Daniel Nagy's avatar Daniel Nagy
Browse files

python3Packages.pyp: repair

parent 7b0ef853
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
, coreutils
, pythonOlder
, astunparse
, flit-core
, jq
, bc
}:
@@ -12,7 +13,7 @@
buildPythonPackage rec {
  pname = "pyp";
  version = "1.1.0";
  format = "setuptools";
  format = "pyproject";

  disabled = pythonOlder "3.6";

@@ -23,6 +24,10 @@ buildPythonPackage rec {
    hash = "sha256-A1Ip41kxH17BakHEWEuymfa24eBEl5FIHAWL+iZFM4I=";
  };

  nativeBuildInputs = [
    flit-core
  ];

  propagatedBuildInputs = lib.optionals (pythonOlder "3.9") [
    astunparse
  ];