Pin python-daemon to <2.0

The 2.0 release series of python-daemon has been broken for a few
reasons. At one point it had an undeclared dependency on docutils
that caused things to break. Current issue is it breaks the egg_info
writers of other packages like extras and pyyaml.

Just pin to a known working release for now so that we can fix
nodepool's lack of timeouts.

Change-Id: I01dbdde344a9fd4086d4013be087fa2b44c2d0a7
Co-Authored-By: Clark Boylan <clark.boylan@gmail.com>
This commit is contained in:
Jeremy Stanley 2015-01-15 14:58:52 +00:00
parent a11d0959b5
commit e91a31d920
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
pbr>=0.6,!=0.7,<1.0
argparse
extras
python-daemon
python-daemon<2.0