mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python3-etebase: rebuild for openssl3
This commit is contained in:
parent
f05c07117e
commit
ec090b7a02
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-etebase'
|
||||
pkgname=python3-etebase
|
||||
version=0.31.5
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=python3-module
|
||||
build_helper="rust"
|
||||
hostmakedepends="python3-setuptools-rust python3-wheel cargo pkg-config"
|
||||
|
@ -27,6 +27,10 @@ pre_build() {
|
|||
# fixes error on aarch64 due to memory layout issues
|
||||
# https://github.com/rust-lang/socket2/commit/d2c15de84991947b6577bea92763efe0a2eecf28
|
||||
cargo update --package socket2:0.3.12 --precise 0.3.19
|
||||
# openssl3
|
||||
cargo update --package once_cell:1.4.0 --precise 1.5.2
|
||||
cargo update --package openssl-sys:0.9.58 --precise 0.9.91
|
||||
cargo update --package openssl:0.10.30 --precise 0.10.56
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue