mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
borg: relax python3-msgpack dependency.
This commit is contained in:
parent
211f7df2ae
commit
dcaf66c6f9
1 changed files with 7 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'borg'
|
# Template file for 'borg'
|
||||||
pkgname=borg
|
pkgname=borg
|
||||||
version=1.2.6
|
version=1.2.6
|
||||||
revision=2
|
revision=3
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
make_check_args="-k not((benchmark)or(readonly))"
|
make_check_args="-k not((benchmark)or(readonly))"
|
||||||
make_check_target="build/lib.*/borg/testsuite"
|
make_check_target="build/lib.*/borg/testsuite"
|
||||||
|
@ -23,6 +23,12 @@ export BORG_LIBLZ4_PREFIX="${XBPS_CROSS_BASE}/usr"
|
||||||
export BORG_LIBZSTD_PREFIX="${XBPS_CROSS_BASE}/usr"
|
export BORG_LIBZSTD_PREFIX="${XBPS_CROSS_BASE}/usr"
|
||||||
export BORG_LIBXXHASH_PREFIX="${XBPS_CROSS_BASE}/usr"
|
export BORG_LIBXXHASH_PREFIX="${XBPS_CROSS_BASE}/usr"
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
# borg#7851
|
||||||
|
vsed -i '/msgpack/s/<=1.0.5/<=1.0.7/g' setup.py
|
||||||
|
vsed -i '/msgpack/s/<= (1, 0, 5)/<= (1, 0, 7)/g' src/borg/helpers/msgpack.py
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue