reqs: use packaged python-etcd
After updating our apt-get cache, using the fix in our vendored version is no longer necessary.
This commit is contained in:
parent
498b4f2066
commit
d9111fb51d
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,6 @@ git+https://github.com/DevTable/aniso8601-fake.git
|
||||||
git+https://github.com/DevTable/anunidecode.git
|
git+https://github.com/DevTable/anunidecode.git
|
||||||
git+https://github.com/DevTable/pygithub.git
|
git+https://github.com/DevTable/pygithub.git
|
||||||
git+https://github.com/DevTable/container-cloud-config.git
|
git+https://github.com/DevTable/container-cloud-config.git
|
||||||
git+https://github.com/DevTable/python-etcd.git@sslfix
|
|
||||||
git+https://github.com/coreos/peewee.git
|
git+https://github.com/coreos/peewee.git
|
||||||
git+https://github.com/coreos/py-bitbucket.git
|
git+https://github.com/coreos/py-bitbucket.git
|
||||||
git+https://github.com/coreos/pyapi-gitlab.git
|
git+https://github.com/coreos/pyapi-gitlab.git
|
||||||
|
@ -54,3 +53,4 @@ python-swiftclient
|
||||||
python-keystoneclient
|
python-keystoneclient
|
||||||
Flask-Testing
|
Flask-Testing
|
||||||
pyjwt
|
pyjwt
|
||||||
|
python-etcd
|
||||||
|
|
Reference in a new issue