python: don't ensure pip

This commit is contained in:
Ella Stanforth 2022-04-23 17:00:21 +00:00
parent 27f8f32dc5
commit a924e2bb41
1 changed files with 2 additions and 1 deletions

View File

@ -11,13 +11,14 @@ fetch() {
}
build() {
cd $pkgname-$pkgver
cd $pkgname-$pkgver
./configure \
--prefix=/usr \
--build=$HOST_TRIPLE \
--host=$TRIPLE \
--with-system-ffi=true \
--with-ssl-default-suites=openssl \
--without-ensure-pip \
ax_cv_c_float_words_bigendian=no \
ac_cv_buggy_getaddrinfo=no \
ac_cv_file__dev_ptmx=yes \