python: don't ensure pip

This commit is contained in:
Ella Stanforth 2022-04-23 17:00:21 +00:00
parent 27f8f32dc5
commit a924e2bb41

View file

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