aboutsummaryrefslogtreecommitdiff
path: root/lang/python/python3/files/python3-package-pkg-resources.mk
Commit message (Collapse)AuthorAge
* python,python3: split python[3]-pkg-resources from setuptoolsAlexandru Ardelean2019-09-20
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>