[arch-commits] Commit in python/trunk (PKGBUILD.3.4)

Felix Yan fyan at nymeria.archlinux.org
Sat Mar 8 06:20:25 UTC 2014


    Date: Saturday, March 8, 2014 @ 07:20:24
  Author: fyan
Revision: 207161

3.4: update dependencies

- list all libs needed under lib-dynload as optdepends

Modified:
  python/trunk/PKGBUILD.3.4

--------------+
 PKGBUILD.3.4 |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD.3.4
===================================================================
--- PKGBUILD.3.4	2014-03-08 04:43:32 UTC (rev 207160)
+++ PKGBUILD.3.4	2014-03-08 06:20:24 UTC (rev 207161)
@@ -12,12 +12,14 @@
 arch=('i686' 'x86_64')
 license=('custom')
 url="http://www.python.org/"
-depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib' 'mpdecimal')
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
 makedepends=('tk>=8.6.0' 'sqlite' 'valgrind' 'bluez-libs')
-optdepends=('tk: for tkinter'
-            'python-setuptools'
+optdepends=('python-setuptools'
             'python-pip'
-            'sqlite')
+            'sqlite'
+            'mpdecimal: for decimal'
+            'xz: for lzma'
+            'tk: for tkinter')
 options=('!makeflags')
 provides=('python3')
 replaces=('python3')




More information about the arch-commits mailing list