https://bugzilla.redhat.com/show_bug.cgi?id=1011041 Ralph Bean <rbean@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|package-review@lists.fedora | |project.org | --- Comment #5 from Ralph Bean <rbean@xxxxxxxxxx> --- 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 package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review