From 9b83d810ca3bcc841d8ce2842e3b0955e612ed4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sun, 26 Apr 2026 16:30:31 +0200 Subject: [PATCH] dev-python/lesscpy: setup.py requires dev-python/pkg-resources MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/973244 Signed-off-by: Michał Górny --- dev-python/lesscpy/lesscpy-0.15.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/lesscpy/lesscpy-0.15.1.ebuild b/dev-python/lesscpy/lesscpy-0.15.1.ebuild index 951a5196eeafb..91d5b8cf76ce4 100644 --- a/dev-python/lesscpy/lesscpy-0.15.1.ebuild +++ b/dev-python/lesscpy/lesscpy-0.15.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 @@ -22,5 +22,8 @@ RDEPEND=" dev-python/ply[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] " +BDEPEND=" + dev-python/pkg-resources[${PYTHON_USEDEP}] +" distutils_enable_tests unittest