hroncok commented on this pull request.


> @@ -191,6 +191,11 @@
                             py_deps[name].append(spec)
                 if not dep.specs:
                     py_deps[name] = []
+            # console_scripts/gui_scripts entry points need pkg_resources from 
setuptools
+            if ('setuptools' not in py_deps and
+                    (dist.get_entry_map('console_scripts') or
+                        dist.get_entry_map('gui_scripts'))):
+                py_deps['setuptools'] = []

yes it should. omg

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/666#discussion_r275710883
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to