From c95e41225d639afb73a138d61a709a5d13d5d38f Mon Sep 17 00:00:00 2001 From: Michael Vierling Date: Thu, 1 Sep 2016 15:45:17 -0700 Subject: [PATCH] add python egg info to git URL for python-etcd --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a8799475..7ab6aa40 100644 --- a/setup.py +++ b/setup.py @@ -59,6 +59,6 @@ # https://packaging.python.org/en/latest/requirements.html install_requires=['netaddr', 'python-etcd>=0.4.3', 'subprocess32'], dependency_links=[ - "https://github.com/jplana/python-etcd.git@0d0145f5e835aa032c97a0a5e09c4c68b7a03f66" + "git+https://github.com/jplana/python-etcd.git@0d0145f5e835aa032c97a0a5e09c4c68b7a03f66#egg=python-etcd-0.4.3" ] )