python3-adblock: switch to OpenSSL
This commit is contained in:
parent
d60b4e9d4a
commit
c357084586
1 changed files with 4 additions and 3 deletions
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'python3-adblock'
|
||||
pkgname=python3-adblock
|
||||
version=0.4.2
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname/python3/python}-${version}"
|
||||
build_style=python3-pep517
|
||||
build_helper="rust"
|
||||
hostmakedepends="maturin pkg-config cargo libressl-devel"
|
||||
makedepends="libressl-devel python3-devel"
|
||||
#XXX: Does statically link against openssl
|
||||
hostmakedepends="maturin pkg-config cargo openssl-devel"
|
||||
makedepends="openssl-devel python3-devel"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Brave's adblock library in Python"
|
||||
|
|
Loading…
Add table
Reference in a new issue