about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorSpencer Janssen <spencerjanssen@gmail.com>2015-09-03 01:23:56 -0500
committerSpencer Janssen <spencerjanssen@gmail.com>2015-09-03 01:24:52 -0500
commit27ffcf78726b3de150c015e3dacb9cf9d40efc35 (patch)
tree9bac7e0d111314cf3fef096f8ed995e69599af3b /pkgs/top-level
parent4bd817b82aaf4a46eba9f2d842aa102b57f03c70 (diff)
downloadnixlib-27ffcf78726b3de150c015e3dacb9cf9d40efc35.tar
nixlib-27ffcf78726b3de150c015e3dacb9cf9d40efc35.tar.gz
nixlib-27ffcf78726b3de150c015e3dacb9cf9d40efc35.tar.bz2
nixlib-27ffcf78726b3de150c015e3dacb9cf9d40efc35.tar.lz
nixlib-27ffcf78726b3de150c015e3dacb9cf9d40efc35.tar.xz
nixlib-27ffcf78726b3de150c015e3dacb9cf9d40efc35.tar.zst
nixlib-27ffcf78726b3de150c015e3dacb9cf9d40efc35.zip
stevedore: add pbr to propagatedBuildInputs
This fixes a crash in flexget and possibly other packages. I think the
issue was introduced in fc1165b0d94ec8b1b01b7522ed3143bd3dd03e5c
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index d16d98d23741..cafae9864e04 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -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";