summaryrefslogtreecommitdiff
path: root/requirements-py2.txt
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2014-11-20 15:26:00 -0800
committerJoshua Harlow <harlowja@yahoo-inc.com>2014-11-20 23:56:04 +0000
commit2f7e58235bf55aa3072b6b736b2dacc7ff3a7e1b (patch)
treed503380303b819654e6cd83ee89cfc56f195a967 /requirements-py2.txt
parenta77d192f9c06a19df763d03e58d0a660b54e6a91 (diff)
downloadtaskflow-2f7e58235bf55aa3072b6b736b2dacc7ff3a7e1b.tar.gz
Revert wrapt usage until further notice
Currently its usage is failing on stable/icehouse which is being fixed, but that branch is also currently broken due to a tempest failure; so until this situation is resolved take out the usage of wrapt. Part of fixes for bug 1394647 Change-Id: Ibfe21944b6e6882f19f7cf4359e8356a64200278
Diffstat (limited to 'requirements-py2.txt')
-rw-r--r--requirements-py2.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/requirements-py2.txt b/requirements-py2.txt
index d4469f8..0827e7e 100644
--- a/requirements-py2.txt
+++ b/requirements-py2.txt
@@ -13,9 +13,6 @@ ordereddict
# Python 2->3 compatibility library.
six>=1.7.0
-# For proxying objects and making correct decorators
-wrapt>=1.7.0 # BSD License
-
# Very nice graph library
networkx>=1.8