Rebuild with python 3.14

This commit is contained in:
2026-05-06 18:34:22 +03:00
parent 2b5b0dbecc
commit fd08260b28
+3 -3
View File
@@ -1,7 +1,7 @@
name: liblc3
description: Low Complexity Communication Codec library and tools
version: 1.1.3
revision: 1
revision: 2
url: https://github.com/google/liblc3
license: Apache-2.0
architecture: any
@@ -9,10 +9,10 @@ type: source
depends:
- glibc
optional_depends:
- python3
- python3=3.14.*:For python bindings
make_depends:
- meson
- python3
- python3=3.14.*
downloads:
- url: https://github.com/google/liblc3/archive/refs/tags/v${BPM_PKG_VERSION}.tar.gz
extract_to: ${BPM_SOURCE}