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

Ralph Bean <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|[email protected] |
                   |project.org                 |



--- Comment #5 from Ralph Bean <[email protected]> ---
Ah, look in the setup.py file of the project.  Most python packages use "from
setuptools import setup" to declare their package.  setuptools is third party
and so must be included as a separate package.

py3dns uses "from distutils.core import setup".  distutils is in the python
standard library and so requires no external package.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=sZ1dfrpx3Q&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to