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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sat Apr 14 15:30:19 UTC 2018


    Date: Saturday, April 14, 2018 @ 15:30:18
  Author: bpiotrowski
Revision: 321799

3.6.5-2: rebuild against libnsl

Modified:
  python/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-14 14:15:59 UTC (rev 321798)
+++ PKGBUILD	2018-04-14 15:30:18 UTC (rev 321799)
@@ -7,13 +7,13 @@
 
 pkgname=python
 pkgver=3.6.5
-pkgrel=1
+pkgrel=2
 _pybasever=3.6
 pkgdesc="Next generation of the python high-level scripting language"
 arch=('x86_64')
 license=('custom')
 url="http://www.python.org/"
-depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib')
+depends=('expat' 'bzip2' 'gdbm' 'openssl' 'libffi' 'zlib' 'libnsl')
 makedepends=('tk' 'sqlite' 'valgrind' 'bluez-libs' 'mpdecimal' 'llvm' 'gdb' 'xorg-server-xvfb')
 optdepends=('python-setuptools'
             'python-pip'



More information about the arch-commits mailing list