summaryrefslogtreecommitdiff
path: root/dev-python/python-utils/files/python-utils-2.3.0-pytest-runner.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
commitd99093fb4bb5652015c06274d64083daa2439e4f (patch)
treecf61513204d97974179580065e85df5c8009087c /dev-python/python-utils/files/python-utils-2.3.0-pytest-runner.patch
parent463397cf1e064185110fe57c568d73f99a06f5d1 (diff)
gentoo resync : 03.03.2021
Diffstat (limited to 'dev-python/python-utils/files/python-utils-2.3.0-pytest-runner.patch')
-rw-r--r--dev-python/python-utils/files/python-utils-2.3.0-pytest-runner.patch11
1 files changed, 0 insertions, 11 deletions
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'],
- )
-