From 3e94969de5762a06d6c481930613709d7fd8568f Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Wed, 13 Sep 2023 08:23:59 -0500 Subject: [PATCH] python3-socksio: flit should be in hostmakedepends --- srcpkgs/python3-socksio/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-socksio/template b/srcpkgs/python3-socksio/template index 72c7bcbb8bf..d9987f3a7ab 100644 --- a/srcpkgs/python3-socksio/template +++ b/srcpkgs/python3-socksio/template @@ -1,10 +1,9 @@ # Template file for 'python3-socksio' pkgname=python3-socksio version=1.0.0 -revision=1 +revision=2 build_style=python3-pep517 -hostmakedepends="python3-poetry-core" -makedepends="python3-flit_core" +hostmakedepends="python3-poetry-core python3-flit_core" short_desc="Sans-I/O implementation of SOCKS4/5" maintainer="Andrew Benson " license="MIT"