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

Anatol Pomozov anatolik at archlinux.org
Wed Nov 20 15:13:34 UTC 2019


    Date: Wednesday, November 20, 2019 @ 15:13:34
  Author: anatolik
Revision: 369486

Switch qemu build to python3

Modified:
  qemu/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-20 15:08:32 UTC (rev 369485)
+++ PKGBUILD	2019-11-20 15:13:34 UTC (rev 369486)
@@ -13,7 +13,7 @@
 _headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs
                lzo snappy curl vde2 libcap-ng spice libcacard usbredir)
 depends=(virglrenderer sdl2 vte3 libpulse "${_headlessdeps[@]}")
-makedepends=(spice-protocol python2 ceph libiscsi glusterfs python-sphinx)
+makedepends=(spice-protocol python ceph libiscsi glusterfs python-sphinx)
 source=(https://download.qemu.org/qemu-$pkgver.tar.xz{,.sig}
         qemu-ga.service
         65-kvm.rules)
@@ -63,7 +63,6 @@
     --sysconfdir=/etc \
     --localstatedir=/var \
     --libexecdir=/usr/lib/qemu \
-    --python=/usr/bin/python2 \
     --smbd=/usr/bin/smbd \
     --enable-modules \
     --enable-sdl \



More information about the arch-commits mailing list