packages/python/python-lazy-object-proxy/remove-setuptools-scm-upper-constraint.patch
Alexander Baldeck 257c394be0 * updates & rebuilds for:
* Python 3.10
  * Protobuf 3.19
  * ICU 70.1
  * boost 1.78.0
  * FFMPEG 5.0
2022-01-31 17:18:05 +01:00

12 lines
399 B
Diff

diff -upr python-lazy-object-proxy-1.6.0.orig/setup.cfg python-lazy-object-proxy-1.6.0/setup.cfg
--- python-lazy-object-proxy-1.6.0.orig/setup.cfg 2021-03-22 17:06:24.000000000 +0200
+++ python-lazy-object-proxy-1.6.0/setup.cfg 2021-11-30 23:26:47.178944992 +0200
@@ -1,6 +1,6 @@
[options]
setup_requires =
- setuptools_scm>=3.3.1,<6.0
+ setuptools_scm>=3.3.1
[flake8]
max-line-length = 140