From 3fb052be3c0e10ed7f808088118dbf7f940f2c41 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Wed, 24 Jun 2015 16:20:07 -0400 Subject: [PATCH] reqs: fallback to vendored python-etcd We need to figure out why this is a problem, but it can't block our deployment for now. --- requirements-nover.txt | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements-nover.txt b/requirements-nover.txt index 5d562c055..b705808d8 100644 --- a/requirements-nover.txt +++ b/requirements-nover.txt @@ -39,6 +39,7 @@ git+https://github.com/coreos/peewee.git git+https://github.com/coreos/py-bitbucket.git git+https://github.com/coreos/pyapi-gitlab.git git+https://github.com/coreos/mockldap.git +git+https://github.com/DevTable/python-etcd.git@sslfix gipc pyOpenSSL pygpgme @@ -50,4 +51,3 @@ python-swiftclient python-keystoneclient Flask-Testing pyjwt -python-etcd diff --git a/requirements.txt b/requirements.txt index 909f77eed..e67213862 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,6 +38,7 @@ MarkupSafe==0.23 mixpanel==4.1.0 mock==1.0.1 msgpack-python==0.4.6 +ndg-httpsclient==0.4.0 netaddr==0.7.14 netifaces==0.10.4 oauthlib==0.7.2 @@ -60,7 +61,6 @@ PyMySQL==0.6.6 pyOpenSSL==0.15.1 PyPDF2==1.24 python-dateutil==2.4.2 -python-etcd==0.3.3 python-keystoneclient==1.6.0 python-ldap==2.4.19 python-magic==0.4.6 @@ -95,4 +95,5 @@ git+https://github.com/coreos/peewee.git git+https://github.com/coreos/py-bitbucket.git git+https://github.com/coreos/pyapi-gitlab.git git+https://github.com/coreos/mockldap.git +git+https://github.com/DevTable/python-etcd.git@sslfix git+https://github.com/NateFerrero/oauth2lib.git