summaryrefslogtreecommitdiff
path: root/extra/python
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-10 22:34:31 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-05-10 22:34:31 -0300
commit5f132e10473a4d8845752a6aa16fbd8f3e432c6f (patch)
tree14f5f7cec8d0df9640ba3e48626e23d2e555d9ae /extra/python
parent8563d02ef05f21b537e3e1471c4034baa644a55f (diff)
package builds
Diffstat (limited to 'extra/python')
-rw-r--r--extra/python/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/python/PKGBUILD b/extra/python/PKGBUILD
index 3ecf9f427..478a2dfcb 100644
--- a/extra/python/PKGBUILD
+++ b/extra/python/PKGBUILD
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64' 'mips64el')
license=('custom')
url="http://www.python.org/"
depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
-makedepends=('tk' 'sqlite3' 'valgrind')
+makedepends=('tk' 'sqlite3')
optdepends=('tk: for tkinter')
provides=('python3')
replaces=('python3')
@@ -39,7 +39,7 @@ build() {
--with-threads \
--with-computed-gotos \
--enable-ipv6 \
- --with-valgrind \
+ --without-valgrind \
--with-wide-unicode \
--with-system-expat \
--with-system-ffi