mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
pythonPackages.pulp: fix by adding new dependency amply
This commit is contained in:
parent
c305f3fac3
commit
26e023bfa7
@ -2,6 +2,7 @@
|
||||
, fetchPypi
|
||||
, buildPythonPackage
|
||||
, pyparsing
|
||||
, amply
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -13,7 +14,7 @@ buildPythonPackage rec {
|
||||
sha256 = "9d8ecf532868cc31fa9ff59ee5d5b2049600c5c902c18c794a2bad677c1f92e5";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pyparsing ];
|
||||
propagatedBuildInputs = [ pyparsing amply ];
|
||||
|
||||
# only one test that requires an extra
|
||||
doCheck = false;
|
||||
|
Loading…
Reference in New Issue
Block a user