python3Packages.pyownet: drop use_2to3 from setup.py

https://github.com/miccoli/pyownet/issues/12
This commit is contained in:
Martin Weinelt 2022-03-05 22:12:14 +01:00
parent 6194910f2e
commit 291b6d4a0d

View file

@ -14,6 +14,10 @@ buildPythonPackage rec {
sha256 = "4f2fa4471c2f806b35090bdc6c092305c6eded3ff3736f8b586d35bdb157de62";
};
postPatch = ''
sed -i '/use_2to3/d' setup.py
'';
# tests access network
doCheck = false;