pythonPackages.pecan: remove superfluous patch

This commit is contained in:
Robert Schütz
2018-02-08 15:07:05 +01:00
parent 6bc889205a
commit f4ff322d72
2 changed files with 0 additions and 18 deletions

View File

@@ -15,14 +15,9 @@
}:
buildPythonPackage rec {
name = "${pname}-${version}";
pname = "pecan";
version = "1.3.2";
patches = [
./python36_test_fix.patch
];
src = fetchPypi {
inherit pname version;
sha256 = "24f06cf88a488b75f433e62b33c1c97e4575d0cd91eec9eec841a81cecfd6de3";