diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-04-24 15:21:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-04-25 03:08:56 +0200 |
commit | 3090fb7336a88c616a371f5404e7e778ff49b60a (patch) | |
tree | 5cbc0777c63af905a7aa215f4aa9b58053faf09a /dev-python | |
parent | dev-ruby/ffi: Stabilize 1.15.5-r2 arm, #904938 (diff) | |
download | gentoo-3090fb7336a88c616a371f5404e7e778ff49b60a.tar.gz gentoo-3090fb7336a88c616a371f5404e7e778ff49b60a.tar.bz2 gentoo-3090fb7336a88c616a371f5404e7e778ff49b60a.zip |
dev-python/pylibacl: Add a doc-dep on dev-python/recommonmark
Closes: https://bugs.gentoo.org/904949
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pylibacl/pylibacl-0.7.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pylibacl/pylibacl-0.7.0.ebuild b/dev-python/pylibacl/pylibacl-0.7.0.ebuild index 57da0be809fe..c2a91649d323 100644 --- a/dev-python/pylibacl/pylibacl-0.7.0.ebuild +++ b/dev-python/pylibacl/pylibacl-0.7.0.ebuild @@ -27,7 +27,8 @@ RDEPEND=" ${DEPEND} " -distutils_enable_sphinx doc +distutils_enable_sphinx doc \ + dev-python/recommonmark distutils_enable_tests pytest python_test() { |