python,python3: Add PYTHON[3]_PKG_SETUP_GLOBAL_ARGS
authorJeffery To <redacted>
Fri, 5 Apr 2019 08:44:55 +0000 (16:44 +0800)
committerJeffery To <redacted>
Fri, 5 Apr 2019 08:44:55 +0000 (16:44 +0800)
commit9995fe7732a8ad220476a40fec742c99a01df5e8
treecc5850b53f6d39e9db94752f0fa08224599d6315
parentb8f0b6b07e08649c1c92097087fe97d7640aa614
python,python3: Add PYTHON[3]_PKG_SETUP_GLOBAL_ARGS

Some packages (PyYAML,
https://github.com/openwrt/packages/pull/8482#discussion_r270692276)
recognize "global" options to setup.py; these must appear before the
"install" command on the command line.

This adds PYTHON[3]_PKG_SETUP_GLOBAL_ARGS, which let packages set these
global options.

Signed-off-by: Jeffery To <redacted>
lang/python/python-package.mk
lang/python/python3-package.mk
git clone https://git.99rst.org/PROJECT