mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
maturin: switch to OpenSSL
This commit is contained in:
parent
4c3450d69f
commit
d17bb05090
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'maturin'
|
# Template file for 'maturin'
|
||||||
pkgname=maturin
|
pkgname=maturin
|
||||||
version=0.9.4
|
version=0.9.4
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
# Disable the 'rustls' feature, which leads to bad platform compatibility
|
# Disable the 'rustls' feature, which leads to bad platform compatibility
|
||||||
# The list of enabled features should be reconciled with each new release
|
# The list of enabled features should be reconciled with each new release
|
||||||
configure_args="--no-default-features --features auditwheel,log,upload,human-panic"
|
configure_args="--no-default-features --features auditwheel,log,upload,human-panic"
|
||||||
hostmakedepends="python3-setuptools python3-toml"
|
hostmakedepends="python3-setuptools python3-toml"
|
||||||
makedepends="libressl-devel"
|
makedepends="openssl-devel"
|
||||||
depends="python3-toml"
|
depends="python3-toml"
|
||||||
short_desc="Build and publish crates as python packages"
|
short_desc="Build and publish crates as python packages"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue