python.pkgs.pyrsistent: remove obsolete patch

This commit is contained in:
Robert Schütz
2019-03-02 14:27:37 +01:00
parent 434c2a045b
commit 35fa04bec4
2 changed files with 0 additions and 18 deletions

View File

@@ -20,9 +20,6 @@ buildPythonPackage rec {
checkInputs = [ pytestrunner pytest hypothesis ];
# pytestrunner is only needed to run tests
patches = [ ./no-setup-requires-pytestrunner.patch ];
meta = with stdenv.lib; {
homepage = https://github.com/tobgu/pyrsistent/;
description = "Persistent/Functional/Immutable data structures";