[arch-commits] Commit in gpsd/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Jul 26 17:33:08 UTC 2019
Date: Friday, July 26, 2019 @ 17:33:08
Author: arojas
Revision: 492923
Remove python2 makedeps, scons is python3 now
Modified:
gpsd/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-07-26 17:32:49 UTC (rev 492922)
+++ PKGBUILD 2019-07-26 17:33:08 UTC (rev 492923)
@@ -18,7 +18,7 @@
'python-cairo: GUI frontends'
'python-gobject: GUI frontends'
'qt5-base: for Qgpsmm')
-makedepends=('scons' 'docbook-xsl' 'qt5-base' 'python' 'python2-gobject' 'python2-cairo') # remove python2 makedeps when scons moves to python3
+makedepends=('scons' 'docbook-xsl' 'qt5-base' 'python-gobject' 'python-cairo')
backup=('etc/default/gpsd')
source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}
$pkgname.conf fix-python-libdir.patch)
More information about the arch-commits
mailing list