python,python3: split python[3]-pkg-resources from setuptools
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Tue, 10 Sep 2019 16:51:03 +0000 (19:51 +0300)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Fri, 20 Sep 2019 10:42:40 +0000 (13:42 +0300)
commited0e77f3c385770065bf6ec6ed7c3bbbb6deb395
tree01e51f0ba6470d25d802f471fe62b081b084bcb2
parentb104c56e2ba23e972d8f14280b41dd54f22ba302
python,python3: split python[3]-pkg-resources from setuptools

This package is required by other packages to run some binaries via
`load_entry_point`.

So, this splits this package away from setuptools.
setuptools is pretty big, akd pkg-resources is also big, but not as big.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lang/python/python/Makefile
lang/python/python/files/python-package-pkg-resources.mk [new file with mode: 0644]
lang/python/python/files/python-package-setuptools.mk
lang/python/python3/Makefile
lang/python/python3/files/python3-package-pkg-resources.mk [new file with mode: 0644]
lang/python/python3/files/python3-package-setuptools.mk