Hello. python3-exiv2 fails to build from source becasue it uses one or both of: - %pyproject_buildrequires -t/-e (generate dependencies via tox) - %tox (run tox) without tox configuration (e.g. tox.ini or tox section of pyproject.toml/setup.cfg). This was always supposed to fail, but regressed with tox 4. Now it fails again. https://lists.fedoraproject.org/archives/list/python-devel@lists.fedoraproject.org/thread/ZSHSHZKVA4XJQBJD7FMMCALKN4UP5SAJ/ https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org/thread/N25A2BER3RUHMTBIULQ6AVWRILSL5VGW/ If this package uses tox upstream, make sure to use a source tarball that includes the tox configuration (e.g. an archive from GitHub instead of sdist from PyPI). If this package does not use tox upstream, you cannot use the tox options. If your package uses %pyproject_buildrequires -t/-e but does not use %tox, just drop the -t/-e option. If your package uses %tox, replace the call with a more suitable way for running tests (e.g. %pytest). Let me know if you need assistance. Thanks.
Hello. If you need help fixing this, please let me know. If you plan to fix this yourself, please respond. Thanks.
This package has changed maintainer in Fedora. Reassigning to the new maintainer of this component.
Automation has figured out the package is retired in Fedora Rawhide. If you like it to be unretired, please open a ticket at https://pagure.io/releng/new_issue?template=package_unretirement
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days
I posted a PR to fix this build error for Fedora 43: https://src.fedoraproject.org/rpms/python3-exiv2/pull-request/4#
Thank you. However, the package is already retired. If you wish to take care of it and unretire it, ask releng in https://forge.fedoraproject.org/releng/tickets/issues
I created an issue at https://forge.fedoraproject.org/releng/tickets/issues/13116 to unretire it. I work on the kernel, and I'm not super familiar with the Fedora packaging process, so thank you for any pointers.