index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2021-12-29 20:06:53 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2021-12-29 20:06:53 +0100 |
commit | 370966110f47eca1a38b717c3d757387b5eba6b9 (patch) | |
tree | 31e40cc8a51e1bec719de0bcf5bb4ae6440aa9a7 /core/python/PKGBUILD | |
parent | d53a6aa5e77d8a58ce07b2151b3f57e979d45025 (diff) |
-rw-r--r-- | core/python/PKGBUILD | 8 |
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 | \ |