https://bugzilla.redhat.com/show_bug.cgi?id=1468971 --- Comment #4 from Qixiang Wan <qwan@xxxxxxxxxx> --- (In reply to Igor Gnatenko from comment #3) > (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 > ... I see, I only checked the package name, but they are available as sub-packages. I will check all these python-* packages. Thanks for pointing this out. > > > > 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. I checked this with koji build system: this is a koji-1.12 build, and it doesn't have python2-koji sub-package: https://koji.fedoraproject.org/koji/buildinfo?buildID=900888 and this is a koji-1.13 build, which includes python2-koji: https://koji.fedoraproject.org/koji/buildinfo?buildID=900888 If I understand it correctly, koji doesn't support python3 prior to 1.13, so there is no python2-koji for old versions, and I didn't see 1.13 builds for fedora <=24 in: https://koji.fedoraproject.org/koji/packageinfo?packageID=1181, so I think we need to check fedora dist for koji. -- 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