python-hyperlink: remove python2 checkdepends
This commit is contained in:
parent
a5204273fa
commit
d80fdd8d55
|
@ -6,8 +6,7 @@ wrksrc="hyperlink-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-idna"
|
depends="python-idna"
|
||||||
checkdepends="python-idna python-typing python-pytest python-mock
|
checkdepends="python3-idna python3-pytest"
|
||||||
python3-idna python3-pytest"
|
|
||||||
short_desc="Pure-Python implementation of immutable URLs (Python2)"
|
short_desc="Pure-Python implementation of immutable URLs (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
|
Loading…
Reference in New Issue