maturin: switch to OpenSSL

This commit is contained in:
John 2021-02-11 18:57:38 +01:00
parent 4c3450d69f
commit d17bb05090

View file

@ -1,13 +1,13 @@
# Template file for 'maturin'
pkgname=maturin
version=0.9.4
revision=1
revision=2
build_style=cargo
# Disable the 'rustls' feature, which leads to bad platform compatibility
# The list of enabled features should be reconciled with each new release
configure_args="--no-default-features --features auditwheel,log,upload,human-panic"
hostmakedepends="python3-setuptools python3-toml"
makedepends="libressl-devel"
makedepends="openssl-devel"
depends="python3-toml"
short_desc="Build and publish crates as python packages"
maintainer="Andrew J. Hesford <ajh@sideband.org>"