diff options
Diffstat (limited to 'extra/python/PKGBUILD')
-rw-r--r-- | extra/python/PKGBUILD | 4 |
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 |