From da1af83973c349d63daf10ff16a521719ea44dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 29 Apr 2026 21:24:20 +0200 Subject: [PATCH] dev-python/uvloop: Add pkg-resources BDEPEND MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/971735 Signed-off-by: Michał Górny --- dev-python/uvloop/uvloop-0.22.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/uvloop/uvloop-0.22.1.ebuild b/dev-python/uvloop/uvloop-0.22.1.ebuild index 10b3354040676..6c46955e61f4d 100644 --- a/dev-python/uvloop/uvloop-0.22.1.ebuild +++ b/dev-python/uvloop/uvloop-0.22.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -31,6 +31,7 @@ RDEPEND=" " BDEPEND=" >=dev-python/cython-3.0[${PYTHON_USEDEP}] + dev-python/pkg-resources[${PYTHON_USEDEP}] test? ( >=dev-python/pyopenssl-22.0.0[${PYTHON_USEDEP}] dev-python/psutil[${PYTHON_USEDEP}]