diff options
author | 2024-06-05 17:34:17 +0200 | |
---|---|---|
committer | 2024-06-05 17:36:11 +0200 | |
commit | 91ebf6fdef8969aca1cb2e496e69829bf20fd095 (patch) | |
tree | 0def5c972d0f4fb1284b8500a0919effec685e15 /dev-python/simpy/simpy-4.1.1.ebuild | |
parent | dev-python/pydevd: Remove old (diff) | |
download | gentoo-91ebf6fdef8969aca1cb2e496e69829bf20fd095.tar.gz gentoo-91ebf6fdef8969aca1cb2e496e69829bf20fd095.tar.bz2 gentoo-91ebf6fdef8969aca1cb2e496e69829bf20fd095.zip |
dev-python/simpy: Add missing test dep on dev-python/py
Closes: https://bugs.gentoo.org/922240
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/simpy/simpy-4.1.1.ebuild')
-rw-r--r-- | dev-python/simpy/simpy-4.1.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
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 |