On 09. 10. 18 23:08, Randy Barlow 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

This is another reminder not to drop Python 2 packages if something (build)requires them.

Here is what you can use to check it:

$ dnf repoquery --repo=rawhide --repo=rawhide-source --whatrequires python2-freezegun

Thanks.
--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
_______________________________________________
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

Reply via email to