diff options
author | 2023-07-26 09:50:58 +0200 | |
---|---|---|
committer | 2023-07-26 09:50:58 +0200 | |
commit | 8dce69de689fb9c08dfc66daa21d44f1a583ad13 (patch) | |
tree | 69cfdc8b2a03e9d1b4693250bb934737b4595c75 | |
parent | sci-astronomy/stellarium: add 23.2 (diff) | |
download | gentoo-8dce69de689fb9c08dfc66daa21d44f1a583ad13.tar.gz gentoo-8dce69de689fb9c08dfc66daa21d44f1a583ad13.tar.bz2 gentoo-8dce69de689fb9c08dfc66daa21d44f1a583ad13.zip |
dev-python/mistletoe: Add missing parameterized dep
Closes: https://bugs.gentoo.org/911246
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/mistletoe/mistletoe-1.1.0.ebuild | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dev-python/mistletoe/mistletoe-1.1.0.ebuild b/dev-python/mistletoe/mistletoe-1.1.0.ebuild index 924f2c3cc893..619dbc546701 100644 --- a/dev-python/mistletoe/mistletoe-1.1.0.ebuild +++ b/dev-python/mistletoe/mistletoe-1.1.0.ebuild @@ -24,3 +24,9 @@ SLOT="0" KEYWORDS="~amd64" distutils_enable_tests pytest + +BDEPEND=" + test? ( + dev-python/parameterized[${PYTHON_USEDEP}] + ) +" |