Allow the latest setuptools_scm 7

This commit is contained in:
Lumir Balhar 2022-06-30 10:47:19 +02:00
commit d9c25b2d70
2 changed files with 0 additions and 101 deletions

View file

@ -20,12 +20,6 @@ Patch0001: 0001-Increase-tolerance-for-new-FreeType.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=2088864
Patch0002: 0002-Use-pkg-config-to-find-GEOS-instead-of-geos-config.patch
Patch0003: 0003-Remove-extraneous-insertion-of-default-compiler-path.patch
# There is a metadata problem when mixing setuptools-scm >= 7 and
# setuptools-scm-git-archive, which is why upstream requires >= 7. However, we
# are not mixing versions, so we can safely downgrade.
Patch0004: 0004-Revert-Backport-pull-request-2057.patch
# But don't allow the new version unless dropping the above patch.
BuildRequires: python3dist(setuptools-scm) < 7
BuildRequires: git-core
BuildRequires: gcc-c++