forked from mirrors/nixpkgs
pythonPackages.python-etcd: fix build
This commit is contained in:
parent
7395c29616
commit
3c5594c505
|
@ -19997,6 +19997,12 @@ in modules // {
|
|||
|
||||
propagatedBuildInputs = with self; [ urllib3 dns];
|
||||
|
||||
postPatch = ''
|
||||
sed -i '19s/dns/"dnspython"/' setup.py
|
||||
'';
|
||||
|
||||
# Some issues with etcd not in path even though most tests passed
|
||||
doCheck = false;
|
||||
|
||||
meta = {
|
||||
description = "A python client for Etcd";
|
||||
|
|
Loading…
Reference in a new issue