mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
stevedore: add pbr to propagatedBuildInputs
This fixes a crash in flexget and possibly other packages. I think the
issue was introduced in fc1165b0d9
This commit is contained in:
parent
4bd817b82a
commit
27ffcf7872
@ -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…
Reference in New Issue
Block a user