Skip to content

Commit

Permalink
Missing pyyaml requirement
Browse files Browse the repository at this point in the history
pyyaml wasn't being install with nodemgr as it should

Change-Id: I2ee943d35f8e14d60d519a58b4e441ca5dba67a0
Partial-Bug: #1783539
  • Loading branch information
Michal Clapinski committed Jul 27, 2018
1 parent d9d8fdf commit ef10d00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nodemgr/setup.py
Expand Up @@ -7,6 +7,7 @@
setup(
name='nodemgr',
version='0.1dev',
install_requires=['pyyaml'],
packages=['nodemgr',
'nodemgr.analytics_nodemgr',
'nodemgr.control_nodemgr',
Expand Down

0 comments on commit ef10d00

Please sign in to comment.