https://bugzilla.redhat.com/show_bug.cgi?id=2058961

Miro Hrončok <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #3 from Miro Hrončok <[email protected]> ---
I've noticed there are some bad things generated by pyp2rpm.

Some are harmless:

You don't need this:

 # Remove bundled egg-info
 rm -rf %{pypi_name}.egg-info

This has been deprecated:

  %{?python_provide:%python_provide python3-%{pypi_name}}


But others are quite serious:

  Requires:       python3dist(coverage)
  Requires:       python3dist(pytest)
  Requires:       python3dist(pytest-randomly)
  Requires:       python3dist(pytest-xdist)

Why would you require pytets and coverage on runtime?


Please, don't blindly submit spec files generated by pyp2rpm.


-- 
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
https://bugzilla.redhat.com/show_bug.cgi?id=2058961
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to