Merge pull request #9630 from spencerjanssen/fix-stevedore-pbr
stevedore: add pbr to propagatedBuildInputs
This commit is contained in:
commit
51d7cb6b1c
@ -13010,8 +13010,8 @@ let
|
|||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
buildInputs = with self; [ pbr oslosphinx ];
|
buildInputs = with self; [ oslosphinx ];
|
||||||
propagatedBuildInputs = with self; [ six argparse ];
|
propagatedBuildInputs = with self; [ pbr six argparse ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Manage dynamic plugins for Python applications";
|
description = "Manage dynamic plugins for Python applications";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user