From 19cc2b355df5d23c6a66600c05446248c53c9cb4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 18 Jun 2014 10:28:53 +0200 Subject: [PATCH] python3.4: use --without-ensurepip to avoid pip conflicts, suggested by al3hex. --- srcpkgs/python3.4/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3.4/template b/srcpkgs/python3.4/template index 62040bfd90e..a0437b542c4 100644 --- a/srcpkgs/python3.4/template +++ b/srcpkgs/python3.4/template @@ -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 " @@ -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 }