https://bugzilla.redhat.com/show_bug.cgi?id=1468971 --- Comment #3 from Igor Gnatenko <ignatenko@xxxxxxxxxx> --- (In reply to Qixiang Wan from comment #2) > Hi Igor, > > Thanks for your comments, the remaining python-* packages are all available > in python-* prefix only which I checked in fedora koji build system. pyOpenSSL -> python2-pyOpenSSL python-six -> python2-six python-sqlalchemy -> python2-sqlalchemy ... > > python2-koji is available from koji-1.13 on fedora >= 25, so I have change > the spec to have: > > %if 0%{?fedora} && 0%{?fedora} >= 25 > BuildRequires: python2-koji > %else > BuildRequires: koji > %endif > > %if 0%{?fedora} && 0%{?fedora} >= 25 > Requires: python2-koji > %else > Requires: koji > %endif This is wrong, python2-koji is available everywhere. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- package-review@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to package-review-leave@xxxxxxxxxxxxxxxxxxxxxxx