summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-12-29 20:06:53 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2021-12-29 20:06:53 +0100
commit370966110f47eca1a38b717c3d757387b5eba6b9 (patch)
tree31e40cc8a51e1bec719de0bcf5bb4ae6440aa9a7 /core
parentd53a6aa5e77d8a58ce07b2151b3f57e979d45025 (diff)
downloadpackages-370966110f47eca1a38b717c3d757387b5eba6b9.tar.xz
extra/python: removed ensurepip
Diffstat (limited to 'core')
-rw-r--r--core/python/PKGBUILD8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/python/PKGBUILD b/core/python/PKGBUILD
index a15bcc7c..357d41c1 100644
--- a/core/python/PKGBUILD
+++ b/core/python/PKGBUILD
@@ -52,14 +52,6 @@ eval "$(
"
)"
-# enable ensurepip
-eval "$(
- declare -f build | \
- sed "
- s/--without-ensurepip/--with-ensurepip/
- "
-)"
-
# LTO, PDO takes too long
eval "$(
declare -f build | \