diff options
author | Joonas Niilola <juippis@gentoo.org> | 2020-12-08 07:46:16 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-12-08 07:53:08 +0200 |
commit | a9550c280e92e0ec825815b34f0d0d4059d1fd8c (patch) | |
tree | 000b7a574fe0f833627dafed8bea66b2eb382f81 /dev-python/pyspelling | |
parent | dev-python/pymdown-extensions: add missing test dep (diff) | |
download | gentoo-a9550c280e92e0ec825815b34f0d0d4059d1fd8c.tar.gz gentoo-a9550c280e92e0ec825815b34f0d0d4059d1fd8c.tar.bz2 gentoo-a9550c280e92e0ec825815b34f0d0d4059d1fd8c.zip |
dev-python/pyspelling: add missing test dep
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/pyspelling')
-rw-r--r-- | dev-python/pyspelling/pyspelling-2.7.0.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/pyspelling/pyspelling-2.7.0.ebuild b/dev-python/pyspelling/pyspelling-2.7.0.ebuild index f350d6f38738..97c7dbb77baa 100644 --- a/dev-python/pyspelling/pyspelling-2.7.0.ebuild +++ b/dev-python/pyspelling/pyspelling-2.7.0.ebuild @@ -36,6 +36,8 @@ RDEPEND=" >=dev-python/wcmatch-6.0.3[${PYTHON_USEDEP}] " +BDEPEND="test? ( dev-vcs/git )" + distutils_enable_tests pytest python_prepare_all() { |