Rebuild with python 3.14

This commit is contained in:
2026-05-06 16:47:55 +03:00
parent e0e380c69f
commit 43f963c967
5 changed files with 96 additions and 48 deletions
+4 -2
View File
@@ -1,7 +1,7 @@
name: dtc
description: Device tree compiler
version: 1.7.2
revision: 1
revision: 2
url: https://www.devicetree.org/
license: GPL2-only
architecture: any
@@ -10,11 +10,13 @@ depends:
- glibc
- libyaml
optional_depends:
- python
- python3=3.14.*:For python bindings
make_depends:
- meson
- python3=3.14.*
- python-setuptools-scm
- swig
- valgrind
downloads:
- url: https://kernel.org/pub/software/utils/dtc/dtc-${BPM_PKG_VERSION}.tar.xz
extract_to: ${BPM_SOURCE}