index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-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 | \ |