summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2015-01-15 14:58:52 +0000
committerJeremy Stanley <fungi@yuggoth.org>2015-01-15 14:58:52 +0000
commite91a31d9206515b9f199368b3f1492575f5fae71 (patch)
tree09382a397b77176579ae6f4ebbf627b0dedcb455
parenta11d0959b53e9e3a0eb0c26704fdb0308bd9df12 (diff)
downloadgear-e91a31d9206515b9f199368b3f1492575f5fae71.tar.gz
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>
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 614ca44..65f0f69 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
pbr>=0.6,!=0.7,<1.0
argparse
extras
-python-daemon
+python-daemon<2.0