mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-21 07:52:21 -04:00
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
16 lines
407 B
Diff
16 lines
407 B
Diff
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -163,10 +163,10 @@
|
|
':platform_system != "Windows"': ['manhole >= 1.5'],
|
|
},
|
|
setup_requires=[
|
|
- 'setuptools_scm>=3.3.1,!=4.0.0,<6.0',
|
|
+ 'setuptools_scm>=3.3.1',
|
|
'cython',
|
|
] if Cython else [
|
|
- 'setuptools_scm>=3.3.1,!=4.0.0,<6.0',
|
|
+ 'setuptools_scm>=3.3.1',
|
|
],
|
|
entry_points={
|
|
'console_scripts': [
|