python3.4: use --without-ensurepip to avoid pip conflicts, suggested by al3hex.
This commit is contained in:
parent
17b9005909
commit
19cc2b355d
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3.4'
|
||||
pkgname=python3.4
|
||||
version=3.4.1
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="Python-${version}"
|
||||
short_desc="Interpreted, interactive, object-oriented programming language (${version%.*} series)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -36,7 +36,7 @@ do_configure() {
|
|||
./configure ${configure_args} --build=${XBPS_MACHINE}-unknown-linux-gnu \
|
||||
--with-threads --enable-ipv6 --with-signal-module \
|
||||
--with-system-ffi --enable-unicode=ucs4 --with-system-expat \
|
||||
--with-wctype-functions --enable-shared \
|
||||
--with-wctype-functions --enable-shared --without-ensurepip \
|
||||
ac_cv_file__dev_ptc=no ac_cv_file__dev_ptmx=yes \
|
||||
ac_cv_have_long_long_format=yes
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue