Browse Source

package/python-pip: add host variant

Some packages, like libselinux, use pip to perform the installation step
of their python bindings. Those packages do have to use our host python
when building, so that it matches the target python.

So we need to have a host variant of pip that is usable with our host
python.

Signed-off-by: Adam Duskett <aduskett@gmail.com>
[yann.morin.1998@free.fr: reword commit log]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Adam Duskett 2 years ago
parent
commit
03bb1a5146
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/python-pip/python-pip.mk

+ 1 - 0
package/python-pip/python-pip.mk

@@ -14,3 +14,4 @@ PYTHON_PIP_CPE_ID_VENDOR = pypa
 PYTHON_PIP_CPE_ID_PRODUCT = pip
 
 $(eval $(python-package))
+$(eval $(host-python-package))