stevedore: add pbr to propagatedBuildInputs

This fixes a crash in flexget and possibly other packages. I think the
issue was introduced in fc1165b0d94ec8b1b01b7522ed3143bd3dd03e5c
This commit is contained in:
Spencer Janssen 2015-09-03 01:23:56 -05:00
parent 4bd817b82a
commit 27ffcf7872

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";