From f8d4847ea768a0ad4bd72455d366887823a9cb2d Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Wed, 5 Jan 2022 00:53:11 +0100 Subject: [PATCH] python3-socks: add missing python3 dependency --- srcpkgs/python3-socks/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-socks/template b/srcpkgs/python3-socks/template index 6c5fa44b0fe..9776a38ae90 100644 --- a/srcpkgs/python3-socks/template +++ b/srcpkgs/python3-socks/template @@ -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"