pyp2rpm should add R: python-setuptools if package uses setuptools entrypoints

Issue #16 resolved
Slavek Kabrda repo owner created an issue

If package uses setuptools entrypoints [1], the generated scripts import "pkg_resources", which is part of setuptools. Therefore packages that contain at least one entrypoint should have "Requires: python-setuptools".

[1] https://pythonhosted.org/setuptools/setuptools.html#automatic-script-creation

Comments (2)

  1. Log in to comment