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'] = []

amended

-- 
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_r275713578
_______________________________________________
Rpm-maint mailing list
[email protected]
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to