summaryrefslogtreecommitdiffstats
path: root/rules/python3-pip.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2021-03-05 11:45:19 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-03-06 12:43:36 +0100
commit788db4c24cb4696d25734492f38b31d3c1c78ce2 (patch)
treee1e169af430fa4f4db0a15232fbc4fdf4e767b8d /rules/python3-pip.in
parentec9fe1dc0608e9b05f0b1c294ee158f0417ec04a (diff)
downloadptxdist-788db4c24cb4696d25734492f38b31d3c1c78ce2.tar.gz
ptxdist-788db4c24cb4696d25734492f38b31d3c1c78ce2.tar.xz
python3-pip: new package
This replaces the bundled pip from the python3 package. The 'ensurepip' used to install the bundled version does not work correctly when cross-compiling and it only gets worse with newer versions. So just install it explicitly as a separate package. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/python3-pip.in')
-rw-r--r--rules/python3-pip.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/python3-pip.in b/rules/python3-pip.in
new file mode 100644
index 000000000..2b3ecd590
--- /dev/null
+++ b/rules/python3-pip.in
@@ -0,0 +1,11 @@
+## SECTION=python3
+
+config PYTHON3_PIP
+ tristate
+ select PYTHON3
+ select PYTHON3_DISTUTILS
+ select PYTHON3_SSL
+ select PYTHON3_SETUPTOOLS if RUNTIME
+ prompt "python3-pip"
+ help
+ FIXME