[arch-commits] Commit in ostree/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Mon Aug 19 15:01:27 UTC 2019
Date: Monday, August 19, 2019 @ 15:01:27
Author: jelle
Revision: 359957
ostree does not require python2 anymore to build
Modified:
ostree/trunk/PKGBUILD
----------+
PKGBUILD | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-18 17:54:11 UTC (rev 359956)
+++ PKGBUILD 2019-08-19 15:01:27 UTC (rev 359957)
@@ -9,7 +9,7 @@
arch=(x86_64)
license=(GPL)
depends=(glib2 xz zlib libsoup gpgme libarchive fuse2 util-linux mkinitcpio openssl avahi)
-makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git python2)
+makedepends=(e2fsprogs gobject-introspection gtk-doc libxslt systemd git python)
checkdepends=(parallel syslinux gjs cpio elfutils)
_commit=80435e12a7ec055195d2355b60a0882b65d42a94 # tags/v2019.2^0
source=("git+https://github.com/ostreedev/ostree#commit=$_commit"
@@ -27,8 +27,6 @@
git config --local submodule.libglnx.url "$srcdir/libglnx"
git submodule update
- find . -name '*.py' -exec sed -i '1s/python$/&2/' {} +
-
NOCONFIGURE=1 ./autogen.sh
}
More information about the arch-commits
mailing list