python/python3: fix .dist-info missing for setuptools and pip
authorJeffery To <jeffery.to@gmail.com>
Sat, 22 Dec 2018 14:16:52 +0000 (22:16 +0800)
committerJeffery To <jeffery.to@gmail.com>
Sat, 22 Dec 2018 14:16:52 +0000 (22:16 +0800)
commit2f55f2a7b559b98bd2bb804ab7b8a2445ad05ab5
tree31f4acffee3a12775182ed00269722d80a334489
parentcb6fc9d7a994e1b67f72992c8a3004e5cb00f624
python/python3: fix .dist-info missing for setuptools and pip

Without .dist-info (similar to .egg-info), setuptools and pip are not
discoverable by pkg_resources.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lang/python/python-version.mk
lang/python/python/files/python-package-pip.mk
lang/python/python/files/python-package-setuptools.mk
lang/python/python3-version.mk
lang/python/python3/files/python3-package-pip.mk
lang/python/python3/files/python3-package-setuptools.mk