#6 fix python3dist(setuptools-scm-git-archive) requirement
Merged 3 years ago by jcaratzas. Opened 3 years ago by ktdreyer.
rpms/ ktdreyer/python-cheroot epel8-setuptools-scm-git-archive  into  epel8

file modified
+1 -1
@@ -37,7 +37,7 @@ 

  BuildRequires:  python3-setuptools_scm

  BuildRequires:  python3dist(more-itertools) >= 2.6

  %else

- BuildRequires:  python3dist(setuptools_scm_git_archive) >= 1.0

+ BuildRequires:  python3dist(setuptools-scm-git-archive) >= 1.0

  %endif

  

  # testmon is not needed to tests to run successfully

The virtual python3dist Provide uses the upstream package name with dashes instead of underscores.

@jcaratzas would you please merge this?

Pull-Request has been merged by jcaratzas

3 years ago