summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorClark Boylan <clark.boylan@gmail.com>2014-09-02 15:37:59 -0700
committerClark Boylan <clark.boylan@gmail.com>2014-09-02 15:38:49 -0700
commit405ff049ff349b94830e625366617ab4a2d4ad51 (patch)
tree0adbda19d9aff78378411f6de02db307eda75d08 /requirements.txt
parented014034b2d5caa7e6ca33635e0740ee00dc5dfe (diff)
downloadpython-jenkins-job-builder-405ff049ff349b94830e625366617ab4a2d4ad51.tar.gz
python-jenkins-job-builder-405ff049ff349b94830e625366617ab4a2d4ad51.tar.xz
python-jenkins-job-builder-405ff049ff349b94830e625366617ab4a2d4ad51.zip
Revert "Some tweaks to get closer to Python 3 compat"
This reverts commit 1d7647fa857fa718af814f3038d538d758c35201. This change altered the xml output (by forcing it to fail) which a backward compatible change should not do. Revert it in order to get this compat change in without breaking that output and test. Change-Id: I20f66fb1bd9c70a0debbdd5eebacf6ec5d0f5df9
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 30110f64..cc7e45d8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,4 @@
argparse
-six>=1.5.2
PyYAML
-python-jenkins>=0.3.3
+python-jenkins
pbr>=0.8.2,<1.0