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

Anatol Pomozov anatolik at archlinux.org
Sun Oct 8 17:04:14 UTC 2017


    Date: Sunday, October 8, 2017 @ 17:04:13
  Author: anatolik
Revision: 262151

FS#55919 python2 is makedepends

Modified:
  dtc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-08 15:28:07 UTC (rev 262150)
+++ PKGBUILD	2017-10-08 17:04:13 UTC (rev 262151)
@@ -9,8 +9,7 @@
 url='http://www.devicetree.org/Device_Tree_Compiler'
 arch=(i686 x86_64)
 license=(GPL2)
-checkdepends=(python2)
-makedepends=(swig)
+makedepends=(swig python2)
 source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz
         fix32bit.patch::https://github.com/dgibson/dtc/commit/f8872e29ce06d78d3db71b3ab26a7465fc8a9586.patch)
 sha256sums=('042c7164806af34069d13ede59d85b8156d09f179f721c516dc37712d3a0f621'



More information about the arch-commits mailing list