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

Anatol Pomozov anatolik at archlinux.org
Mon Mar 15 00:28:23 UTC 2021


    Date: Monday, March 15, 2021 @ 00:28:22
  Author: anatolik
Revision: 891369

Remove unneeded dependencies

vim is not needed with the new build system
python is not needed as we do not ship the scripts anymore

Modified:
  android-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-14 23:57:49 UTC (rev 891368)
+++ PKGBUILD	2021-03-15 00:28:22 UTC (rev 891369)
@@ -11,10 +11,7 @@
 url='http://tools.android.com/'
 license=(Apache MIT)
 depends=(libusb protobuf brotli zstd)
-optdepends=('python: for mkbootimg & avbtool scripts'
-            'python2: for unpack_bootimg script')
-# it depends on 'vim' because of 'xxd' tool.
-makedepends=(pcre2 gtest cmake go vim ninja)
+makedepends=(pcre2 gtest cmake go ninja)
 source=(https://github.com/nmeum/android-tools/releases/download/$_tag/android-tools-$_tag.tar.xz
         bash_completion.fastboot)
         # Bash completion file was taken from https://github.com/mbrubeck/android-completion



More information about the arch-commits mailing list