mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 03:23:20 -04:00
dev-python/pyspelling: workaround installing test issue
https://github.com/facelessuser/pyspelling/issues/104 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
--- a/setup.py 2020-03-28 09:44:36.634469819 +0100
|
||||
+++ b/setup.py_fix 2020-03-28 09:48:38.754477130 +0100
|
||||
@@ -59,7 +59,7 @@
|
||||
author='Isaac Muse',
|
||||
author_email='Isaac.Muse@gmail.com',
|
||||
url='https://github.com/facelessuser/pyspelling',
|
||||
- packages=find_packages(exclude=['tests', 'tools']),
|
||||
+ packages=find_packages(exclude=('tests*', 'tools*')),
|
||||
entry_points=entry_points,
|
||||
install_requires=get_requirements(),
|
||||
license='MIT License',
|
||||
Reference in New Issue
Block a user