pythonPackages.txtorcon: remove superfluous patch

This commit is contained in:
Robert Schütz 2018-02-27 22:24:09 +01:00
parent 5d7f24e8b5
commit 34c87c1ac2

View File

@ -3,7 +3,6 @@
, GeoIP}:
buildPythonPackage rec {
name = "${pname}-${version}";
pname = "txtorcon";
version = "0.20.0";
@ -19,13 +18,6 @@ buildPythonPackage rec {
sha256 = "dc80cb76b3ddacef6d671c0a088cb1a45274c0858554c32ce55d0f41421c740e";
};
# ipaddress isn't required for Python 3 although it's in requirements.txt.
# Because ipaddress doesn't install on Python 3, remove the requirement so the
# installation of this package doesn't fail on Python 3.
postPatch = "" + lib.optionalString isPy3k ''
substituteInPlace requirements.txt --replace "ipaddress>=1.0.16" ""
'';
# Skip a failing test until fixed upstream:
# https://github.com/meejah/txtorcon/issues/250
checkPhase = ''