#1683 in f30+ python-devel defaults to python3
Merged 4 years ago by tkopecek. Opened 4 years ago by tkopecek.
tkopecek/koji issue1585  into  master

file modified
+4
@@ -113,7 +113,11 @@ 

  %package -n python2-%{name}

  Summary: Build system tools python library

  %{?python_provide:%python_provide python2-%{name}}

+ %if 0%{?fedora} >= 30

+ BuildRequires: python2-devel

+ %else

  BuildRequires: python-devel

+ %endif

  %if 0%{?fedora} >= 25 || 0%{?rhel} >= 8

  Requires: python2-rpm

  %else

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

4 years ago

Commit 106be17 fixes this pull-request

Pull-Request has been merged by tkopecek

4 years ago