summarylogtreecommitdiffstats
path: root/setuptools_scm-version.patch
blob: da3f4f1f1c28f49934a5501a065fd7f013e030e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --color --unified --recursive --text package.orig/jproperties-2.1.1/setup.py package.new/jproperties-2.1.1/setup.py
--- package.orig/jproperties-2.1.1/setup.py	2021-08-01 03:51:46.000000000 +0200
+++ package.new/jproperties-2.1.1/setup.py	2021-08-23 11:29:21.491477918 +0200
@@ -26,7 +26,7 @@
     py_modules=["jproperties"],
     install_requires=["six ~= 1.13"],
     setup_requires=[
-        "setuptools_scm ~= 3.3"
+        "setuptools_scm >= 3.3"
     ],
     classifiers=[
         "Development Status :: 5 - Production/Stable",