db-move: moved seahorse from [testing] to [extra] (x86_64)
[arch-packages.git] / python-lazy-object-proxy / trunk / remove-setuptools-scm-upper-constraint.patch
blob7b966ce1892205665892cb436421062effff9aee
1 diff -upr python-lazy-object-proxy-1.6.0.orig/setup.cfg python-lazy-object-proxy-1.6.0/setup.cfg
2 --- python-lazy-object-proxy-1.6.0.orig/setup.cfg 2021-03-22 17:06:24.000000000 +0200
3 +++ python-lazy-object-proxy-1.6.0/setup.cfg 2021-11-30 23:26:47.178944992 +0200
4 @@ -1,6 +1,6 @@
5 [options]
6 setup_requires =
7 - setuptools_scm>=3.3.1,<6.0
8 + setuptools_scm>=3.3.1
10 [flake8]
11 max-line-length = 140