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