summaryrefslogtreecommitdiff
path: root/dev-python/pybtex/files/pybtex-0.22.2-fix-test-installation.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-06-29 11:38:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-06-29 11:38:31 +0100
commit90c88731bd036e5698b281fbc0a5f3aa4c9983ac (patch)
tree83fc5facb6b12be510a37bc3d241cc63e965b13a /dev-python/pybtex/files/pybtex-0.22.2-fix-test-installation.patch
parentfeb0daf81d888e9160f9f94502de09b66f2a63fd (diff)
gentoo resync : 29.06.2020
Diffstat (limited to 'dev-python/pybtex/files/pybtex-0.22.2-fix-test-installation.patch')
-rw-r--r--dev-python/pybtex/files/pybtex-0.22.2-fix-test-installation.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/pybtex/files/pybtex-0.22.2-fix-test-installation.patch b/dev-python/pybtex/files/pybtex-0.22.2-fix-test-installation.patch
new file mode 100644
index 000000000000..a5420314fd75
--- /dev/null
+++ b/dev-python/pybtex/files/pybtex-0.22.2-fix-test-installation.patch
@@ -0,0 +1,11 @@
+--- a/setup.py 2020-06-02 10:46:54.592360043 +0100
++++ b/setup.py 2020-06-02 10:47:00.482302281 +0100
+@@ -82,7 +82,7 @@
+ ],
+ install_requires=install_requires,
+ python_requires='>=2.7,!=3.0.*,!=3.1.*,!=3.2.*',
+- packages=find_packages(exclude=['docs']),
++ packages=find_packages(exclude=['docs', 'tests*']),
+ include_package_data=True,
+ cmdclass={'sdist': Sdist},
+ entry_points={