python3Packages.pyp: repair
This commit is contained in:
parent
7b0ef85342
commit
4e24a1c1d0
@ -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
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user