Merge pull request #9630 from spencerjanssen/fix-stevedore-pbr

stevedore: add pbr to propagatedBuildInputs
This commit is contained in:
Domen Kožar
2015-09-03 09:00:35 +02:00

View File

@@ -13010,8 +13010,8 @@ let
doCheck = false;
buildInputs = with self; [ pbr oslosphinx ];
propagatedBuildInputs = with self; [ six argparse ];
buildInputs = with self; [ oslosphinx ];
propagatedBuildInputs = with self; [ pbr six argparse ];
meta = {
description = "Manage dynamic plugins for Python applications";