python3-adblock: fix tests
This commit is contained in:
parent
e539611b60
commit
eb35f42772
|
@ -9,7 +9,7 @@ build_helper="rust"
|
||||||
hostmakedepends="maturin pkg-config cargo openssl-devel"
|
hostmakedepends="maturin pkg-config cargo openssl-devel"
|
||||||
makedepends="openssl-devel python3-devel"
|
makedepends="openssl-devel python3-devel"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest python3-toml"
|
||||||
short_desc="Brave's adblock library in Python"
|
short_desc="Brave's adblock library in Python"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="Apache-2.0, MIT"
|
license="Apache-2.0, MIT"
|
||||||
|
|
Loading…
Reference in New Issue