uwsgi-cgi: use python3 hostpkg not system python3 9843/head
authorDaniel F. Dickinson <cshored@thecshore.com>
Tue, 27 Aug 2019 07:37:06 +0000 (03:37 -0400)
committerDaniel F. Dickinson <cshored@thecshore.com>
Tue, 27 Aug 2019 07:50:47 +0000 (03:50 -0400)
commitc387d0923c8ced06f685b487f84ae0836d7f3e9b
treeb5e39fafb1e11af2a8d9fa53f4858726d76732a0
parent9c43805ae5df1684f69246cd045ebebac6fe8dc8
uwsgi-cgi: use python3 hostpkg not system python3

On a Debian system without python3-distutils install, uwsgi-cgi was
failing to build because it couldn't import sysconfig from distutils.
OpenWrt packages should be using the OpenWrt python not the system
python. In addition we need to use python3 not python2, even when
both are available.

Signed-off-by: Daniel F. Dickinson <cshored@thecshore.com>
net/uwsgi-cgi/Makefile
net/uwsgi-cgi/patches/020-uwsgiconfig-system-python3.patch [new file with mode: 0644]