Rebuild with python 3.14
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: tdb
|
name: tdb
|
||||||
description: Trivial Database similar to GDBM but allows simultaneous commits
|
description: Trivial Database similar to GDBM but allows simultaneous commits
|
||||||
version: 1.4.15
|
version: 1.4.15
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://tdb.samba.org/
|
url: https://tdb.samba.org/
|
||||||
license: GPL3-or-later
|
license: GPL3-or-later
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -11,11 +11,11 @@ type: source
|
|||||||
depends:
|
depends:
|
||||||
- glibc
|
- glibc
|
||||||
optional_depends:
|
optional_depends:
|
||||||
- python3:For python bindings
|
- python3=3.14.*:For python bindings
|
||||||
make_depends:
|
make_depends:
|
||||||
- docbook-xsl-nons
|
- docbook-xsl-nons
|
||||||
- libxslt
|
- libxslt
|
||||||
- python3
|
- python3=3.14.*
|
||||||
downloads:
|
downloads:
|
||||||
- url: https://www.samba.org/ftp/tdb/tdb-${BPM_PKG_VERSION}.tar.gz
|
- url: https://www.samba.org/ftp/tdb/tdb-${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
|
|||||||
Reference in New Issue
Block a user