sync ports with The Matrix
This commit is contained in:
parent
ec769495ab
commit
f5034afcba
3108 changed files with 91999 additions and 80269 deletions
11
devel/py-logfury/patches/patch-setup_py
Normal file
11
devel/py-logfury/patches/patch-setup_py
Normal file
|
@ -0,0 +1,11 @@
|
|||
Index: setup.py
|
||||
--- setup.py.orig
|
||||
+++ setup.py
|
||||
@@ -72,6 +72,6 @@ setup(
|
||||
classifiers = CLASSIFIERS,
|
||||
package_data = {NAME: ['requirements.txt', 'LICENSE']},
|
||||
|
||||
- setup_requires = ['setuptools_scm<6.0'], # setuptools_scm>=6.0 doesn't support Python 3.5
|
||||
+ setup_requires = ['setuptools_scm'],
|
||||
use_scm_version = True,
|
||||
) # yapf: disable
|
Loading…
Add table
Add a link
Reference in a new issue