openwrt-packages/lang/python/python3/files
Josef Schlehofer feaaacc10f
python3-setuptools: add _distutils_hack
I tried to install matplotlib by using pip and it failed with the following output:

2021-08-18T11:52:26,171 Collecting matplotlib
2021-08-18T11:52:26,173   Created temporary directory: /tmp/pip-unpack-wuth2u0e
2021-08-18T11:52:26,565   Using cached matplotlib-3.4.3.tar.gz (37.9 MB)
2021-08-18T11:52:38,659   Added matplotlib from https://files.pythonhosted.org/packages/21/37/           197e68df384ff694f78d687a49ad39f96c67b8d75718bc61503e1676b617/matplotlib-3.4.3.tar.                       gz#sha256=fc4f526dfdb31c9bd6b8ca06bf9fab663ca12f3ec9cdf4496fb44bc680140318 to build tracker '/tmp/pip-   req-tracker-u30x8pht'
2021-08-18T11:52:38,660     Running setup.py (path:/tmp/pip-install-afiyiers/                            matplotlib_8e717e38862f4976a3d6cb1832ba3261/setup.py) egg_info for package matplotlib
2021-08-18T11:52:38,661     Created temporary directory: /tmp/pip-pip-egg-info-kbtiezxq
2021-08-18T11:52:38,662     Running command python setup.py egg_info
2021-08-18T11:52:38,831     Traceback (most recent call last):
2021-08-18T11:52:38,832       File "<string>", line 1, in <module>
2021-08-18T11:52:38,832       File "/usr/lib/python3.9/site-packages/setuptools/__init__.py", line 8, in <module>
2021-08-18T11:52:38,833     ModuleNotFoundError: No module named '_distutils_hack'

More details about it:
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968410

Once I applied the patch from the bug tracker, I got further to install
it.

Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
2021-08-18 12:20:07 +02:00
..
config.site python3: add override for uuid.h header check 2018-07-11 06:35:36 +02:00
python3-package-asyncio.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-cgi.mk python3: package CGI component 2017-10-31 13:45:29 +01:00
python3-package-codecs.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-ctypes.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-dbm.mk python3: use gdbm for Berkley dbm 2021-07-13 11:22:51 +03:00
python3-package-decimal.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-dev.mk python-packages: Add usr/bin symlinks without "3" suffix 2020-05-22 03:57:55 +08:00
python3-package-distutils.mk python3: Update to 3.8.5 2020-07-27 04:33:28 +08:00
python3-package-email.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-lib2to3.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-logging.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-lzma.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-multiprocessing.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-ncurses.mk python3: add python3-readline subpackage 2021-05-19 14:17:00 +03:00
python3-package-openssl.mk python3-openssl: Add dependency on ca-certs 2020-05-20 04:30:45 +08:00
python3-package-pip.mk python-packages: Add usr/bin symlinks without "3" suffix 2020-05-22 03:57:55 +08:00
python3-package-pkg-resources.mk python,python3: split python[3]-pkg-resources from setuptools 2019-09-20 13:42:40 +03:00
python3-package-pydoc.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-readline.mk python3: add python3-readline subpackage 2021-05-19 14:17:00 +03:00
python3-package-setuptools.mk python3-setuptools: add _distutils_hack 2021-08-18 12:20:07 +02:00
python3-package-sqlite3.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-unittest.mk python packages: move all things python under lang/python 2017-05-17 16:51:14 +03:00
python3-package-urllib.mk python3: split python3-urllib from python3-light 2019-02-26 15:37:48 +02:00
python3-package-xml.mk python3: Update to 3.8.2, fix python3-xml dependency 2020-03-20 16:30:22 +08:00