summaryrefslogtreecommitdiff
path: root/dev-python/python-utils/files/python-utils-2.3.0-pytest-runner.patch
diff options
context:
space:
mode:
authorTony Vroon <chainsaw@gentoo.org>2019-02-01 15:28:07 +0000
committerTony Vroon <chainsaw@gentoo.org>2019-02-01 15:52:14 +0000
commit0f72930fbb456d917ed20d50545befed7cc21fcc (patch)
tree43ea51d88681dde2224b929ac46f1a911d6e109b /dev-python/python-utils/files/python-utils-2.3.0-pytest-runner.patch
parentccff5283852294ce22206ecd509a54375ca8e4c6 (diff)
downloadgentoo-0f72930fbb456d917ed20d50545befed7cc21fcc.tar.gz
gentoo-0f72930fbb456d917ed20d50545befed7cc21fcc.tar.bz2
gentoo-0f72930fbb456d917ed20d50545befed7cc21fcc.zip
dev-python/python-utils: Initial commit.
Dependency of net-misc/irrtree. Signed-Off-By: Tony Vroon <chainsaw@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
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, 11 insertions, 0 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
new file mode 100644
index 000000000000..277c283cad4e
--- /dev/null
+++ b/dev-python/python-utils/files/python-utils-2.3.0-pytest-runner.patch
@@ -0,0 +1,11 @@
+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'],
+ )
+