python3-socks: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-05 00:53:11 +01:00
parent 09d4021f58
commit f8d4847ea7

View file

@ -1,10 +1,11 @@
# Template file for 'python3-socks'
pkgname=python3-socks
version=1.2.4
revision=2
revision=3
wrksrc="python-socks-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
checkdepends="python3-async-timeout python3-curio python3-trio python3-attrs
python3-async_generator python3-sniffio python3-sortedcontainers
python3-outcome python3-idna"