From 4c061ff9daaa4337e759097a72a4722149ab374f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Fri, 26 Feb 2021 11:40:09 +0100 Subject: dev-python/python-utils: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- .../python-utils/files/python-utils-2.3.0-pytest-runner.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 dev-python/python-utils/files/python-utils-2.3.0-pytest-runner.patch (limited to 'dev-python/python-utils/files') diff --git a/dev-python/python-utils/files/python-utils-2.3.0-pytest-runner.patch b/dev-python/python-utils/files/python-utils-2.3.0-pytest-runner.patch deleted file mode 100644 index 277c283cad4e..000000000000 --- a/dev-python/python-utils/files/python-utils-2.3.0-pytest-runner.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -uNr python-utils-2.3.0.ORIG/setup.py python-utils-2.3.0/setup.py ---- python-utils-2.3.0.ORIG/setup.py 2019-02-01 15:09:06.863038597 +0000 -+++ python-utils-2.3.0/setup.py 2019-02-01 15:09:22.636039253 +0000 -@@ -27,7 +27,6 @@ - long_description=long_description, - install_requires=['six'], - tests_require=['pytest'], -- setup_requires=['pytest-runner'], - classifiers=['License :: OSI Approved :: BSD License'], - ) - -- cgit v1.2.3