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>
Showing
- lang/python/python/Makefile 10 additions, 1 deletionlang/python/python/Makefile
- lang/python/python/files/python-package-pkg-resources.mk 28 additions, 0 deletionslang/python/python/files/python-package-pkg-resources.mk
- lang/python/python/files/python-package-setuptools.mk 1 addition, 2 deletionslang/python/python/files/python-package-setuptools.mk
- lang/python/python3/Makefile 10 additions, 1 deletionlang/python/python3/Makefile
- lang/python/python3/files/python3-package-pkg-resources.mk 30 additions, 0 deletionslang/python/python3/files/python3-package-pkg-resources.mk
- lang/python/python3/files/python3-package-setuptools.mk 1 addition, 2 deletionslang/python/python3/files/python3-package-setuptools.mk
Please register or sign in to comment