Date: Saturday, January 18, 2020 @ 21:10:23
  Author: anatolik
Revision: 553100

Remove python2 dependency in favor of python3

Modified:
  rpm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-01-18 21:08:00 UTC (rev 553099)
+++ PKGBUILD    2020-01-18 21:10:23 UTC (rev 553100)
@@ -13,7 +13,7 @@
 url='http://www.rpm.org/'
 license=('GPL2')
 depends=('lua' 'file' 'nss' 'popt' 'elfutils' 'libarchive' 'libcap' 'lmdb')
-makedepends=('python2' 'python' 'pkg-config')
+makedepends=('python' 'pkg-config')
 conflicts=('rpm' 'rpmextract')
 options=('!libtool')
 provides=("rpm=${pkgver}" 'rpmextract=1.0-4' 'rpm-org')
@@ -48,7 +48,7 @@
                --with-lua \
                --with-cap \
                CPPFLAGS="`pkg-config --cflags nss`" \
-               PYTHON=python2
+               PYTHON=python
        make
 }
 

Reply via email to