diff --git a/srcpkgs/maturin/template b/srcpkgs/maturin/template index 25b1a8da540..e97ae1cf099 100644 --- a/srcpkgs/maturin/template +++ b/srcpkgs/maturin/template @@ -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 "