python-hyperlink: remove python2 checkdepends

This commit is contained in:
Michal Vasilek 2022-09-25 14:48:50 +02:00 committed by classabbyamp
parent a5204273fa
commit d80fdd8d55
1 changed files with 1 additions and 2 deletions

View File

@ -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"