openwrt-packages/lang/python-setuptools/patches
Alexandru Ardelean df840c1e9f python-setuptools: fix path creation in setup scripts
This was fixed a few versions back.
But then python-setuptools changed.

The problem is that python scripts installed via setuptools
& pip would have `#!/build_dir_path/staging_dir/target-x86_64_musl-1.1.15/host/bin/python`
as the path in the script, rather than the path on the target (`/usr/bin/python`).

This fixes that.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-11-28 16:49:23 +02:00
..
0001-remove-windows-support.patch python-setuptools: upgrade to version 27.1.2 2016-09-13 16:00:19 +03:00
0002-fix-pyvenv-environment-get.patch python-setuptools: fix path creation in setup scripts 2016-11-28 16:49:23 +02:00