mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
Merge pull request #3478 from geerds/stevedore
Add missing runtime dependency for python-stevedore
This commit is contained in:
commit
b2f601234e
|
@ -7184,6 +7184,8 @@ rec {
|
|||
|
||||
buildInputs = [ pbr pip ];
|
||||
|
||||
propagatedBuildInputs = [ setuptools ];
|
||||
|
||||
meta = {
|
||||
description = "Manage dynamic plugins for Python applications";
|
||||
homepage = "https://pypi.python.org/pypi/stevedore";
|
||||
|
|
Loading…
Reference in a new issue