Add missing runtime dependency for stevedore
This commit is contained in:
parent
9023cea859
commit
498fb83a68
1 changed files with 2 additions and 0 deletions
|
@ -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