Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | python,python3: split python[3]-pkg-resources from setuptools | Alexandru Ardelean | 2019-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> |