mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 19:02:57 +00:00
pythonPackages.testresources: Move pbr to propagatedBuildInputs
Since testresources declares `Requires-Dist: pbr (>=1.8)` and imports `pbr.version`, any user of testresources also needs to have pbr. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
parent
3140fa89c5
commit
1e09e64a73
@ -10,7 +10,7 @@ buildPythonPackage rec {
|
||||
sha256 = "ee9d1982154a1e212d4e4bac6b610800bfb558e4fb853572a827bc14a96e4417";
|
||||
};
|
||||
|
||||
buildInputs = [ pbr ];
|
||||
propagatedBuildInputs = [ pbr ];
|
||||
|
||||
checkInputs = [ fixtures testtools ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user