Merge pull request #75477 from andersk/testresources

pythonPackages.testresources: Move pbr to propagatedBuildInputs
This commit is contained in:
worldofpeace 2019-12-11 00:49:33 -05:00 committed by GitHub
commit 897a232d15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ buildPythonPackage rec {
sha256 = "ee9d1982154a1e212d4e4bac6b610800bfb558e4fb853572a827bc14a96e4417";
};
buildInputs = [ pbr ];
propagatedBuildInputs = [ pbr ];
checkInputs = [ fixtures testtools ];