summaryrefslogtreecommitdiff
path: root/dev-python/python-utils/files
diff options
context:
space:
mode:
authorPalica <palica+gitlab@liguros.net>2020-06-23 22:35:08 +0200
committerPalica <palica+gitlab@liguros.net>2020-06-23 22:35:08 +0200
commitecdac123787b96ce6649f0f91da12ea6458cc2b1 (patch)
treeb89c74d9e6fe6e8aebc4c77bcbeb4ab73214127d /dev-python/python-utils/files
parent1be72aa41cf41dedadeecf59dca9f01de6381f5e (diff)
downloadbaldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.gz
baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.tar.xz
baldeagleos-repo-ecdac123787b96ce6649f0f91da12ea6458cc2b1.zip
Updating liguros repo
Diffstat (limited to 'dev-python/python-utils/files')
-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'],
+ )
+