11 buildPythonPackage rec {
12 pname = "python-etcd";
16 inherit pname version;
17 sha256 = "f1b5ebb825a3e8190494f5ce1509fde9069f2754838ed90402a8c11e1f52b8cb";
20 buildInputs = [ nose mock pyopenssl ];
22 propagatedBuildInputs = [ urllib3 dnspython ];
25 sed -i '19s/dns/"dnspython"/' setup.py
28 # Some issues with etcd not in path even though most tests passed
32 description = "A python client for Etcd";
33 homepage = "https://github.com/jplana/python-etcd";
34 license = licenses.mit;