commit: 91ebf6fdef8969aca1cb2e496e69829bf20fd095 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Jun 5 15:34:17 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Jun 5 15:36:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91ebf6fd
dev-python/simpy: Add missing test dep on dev-python/py Closes: https://bugs.gentoo.org/922240 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/simpy/simpy-4.1.1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/simpy/simpy-4.1.1.ebuild b/dev-python/simpy/simpy-4.1.1.ebuild index 86e3ba5a6814..303a9c390be3 100644 --- a/dev-python/simpy/simpy-4.1.1.ebuild +++ b/dev-python/simpy/simpy-4.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,6 +22,9 @@ KEYWORDS="~amd64 x86 ~amd64-linux ~x86-linux" BDEPEND=" dev-python/setuptools-scm[${PYTHON_USEDEP}] + test? ( + dev-python/py[${PYTHON_USEDEP}] + ) " # Could not import extension sphinx.builders.epub3 (exception: cannot import
