On Tue, Oct 9, 2018 at 5:09 PM Randy Barlow <bowlofe...@fedoraproject.org> wrote: > > Greetings! > > I've been bitten twice in the past week by dependencies of my packages > dropping the Python 2 RPMs, presumably due to the Fedora 30 change[0]. > > Note that the change does state that the package should not be dropped > if other packages depend on them. > > On that note, I do know how to check if other packages Require my > package: > > $ dnf repoquery --whatrequires <something_my_package_provides> > > How do I check if other packages BuildRequire my package? There doesn't > seem to be a --whatbuildrequires option on dnf's repoquery. > > > [0] https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal
`dnf repoquery --enablerepo=*-source --whatrequires <something_my_package_provides>` _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org