Balló György pushed to branch main at Arch Linux / Packaging / Packages / dtc
Commits:
9cc86f0f by Balló György at 2024-12-15T01:33:14+01:00
upgpkg: 1.7.2-3: Make python dependency optional
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = dtc
pkgdesc = Device Tree Compiler
pkgver = 1.7.2
- pkgrel = 2
+ pkgrel = 3
url = https://www.devicetree.org/
arch = x86_64
license = GPL-2.0-or-later
@@ -13,7 +13,7 @@ pkgbase = dtc
depends = bash
depends = glibc
depends = libyaml
- depends = python
+ optdepends = python: Python bindings
source = git+git://git.kernel.org/pub/scm/utils/dtc/dtc.git#tag=v1.7.2
sha256sums =
3e28d3c2d3e069331d8e4799892933ab667ffec71164fdefd0b390d25a69e0b8
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=dtc
pkgver=1.7.2
-pkgrel=2
+pkgrel=3
pkgdesc='Device Tree Compiler'
url='https://www.devicetree.org/'
arch=(x86_64)
@@ -13,7 +13,6 @@ depends=(
bash
glibc
libyaml
- python
)
makedepends=(
git
@@ -22,6 +21,7 @@ makedepends=(
swig
)
checkdepends=(valgrind)
+optdepends=('python: Python bindings')
source=("git+git://git.kernel.org/pub/scm/utils/dtc/dtc.git#tag=v$pkgver")
sha256sums=('3e28d3c2d3e069331d8e4799892933ab667ffec71164fdefd0b390d25a69e0b8')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dtc/-/commit/9cc86f0fb40d8580ae552ce97fab9cbea17fef6a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dtc/-/commit/9cc86f0fb40d8580ae552ce97fab9cbea17fef6a
You're receiving this email because of your account on gitlab.archlinux.org.