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
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-idna"
|
||||
checkdepends="python-idna python-typing python-pytest python-mock
|
||||
python3-idna python3-pytest"
|
||||
checkdepends="python3-idna python3-pytest"
|
||||
short_desc="Pure-Python implementation of immutable URLs (Python2)"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="MIT"
|
||||
|
|
Loading…
Reference in New Issue