diff options
| author | Joonas Niilola <juippis@gentoo.org> | 2023-06-11 09:32:26 +0300 |
|---|---|---|
| committer | Joonas Niilola <juippis@gentoo.org> | 2023-06-11 09:32:26 +0300 |
| commit | fb54522c3b524c9b65400ff912d474893ad3d089 (patch) | |
| tree | 6f7e6a12ff63ef70f054c233e674d2a98f933d2b | |
| parent | ae387ec69dab9303de83cfbe8cf70c2a98970c3b (diff) | |
| download | gentoo-fb54522c3b524c9b65400ff912d474893ad3d089.tar.gz gentoo-fb54522c3b524c9b65400ff912d474893ad3d089.tar.bz2 gentoo-fb54522c3b524c9b65400ff912d474893ad3d089.zip | |
dev-python/sphinx-autoapi: add a missing test dependency
- only a test dep based on upstream CI config.
Bug: https://bugs.gentoo.org/908294
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
| -rw-r--r-- | dev-python/sphinx-autoapi/sphinx-autoapi-2.1.1.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/sphinx-autoapi/sphinx-autoapi-2.1.1.ebuild b/dev-python/sphinx-autoapi/sphinx-autoapi-2.1.1.ebuild index 2cfb42fd2bf7..071d7a7148a8 100644 --- a/dev-python/sphinx-autoapi/sphinx-autoapi-2.1.1.ebuild +++ b/dev-python/sphinx-autoapi/sphinx-autoapi-2.1.1.ebuild @@ -31,6 +31,10 @@ RDEPEND=" >=dev-python/sphinx-6.0[${PYTHON_USEDEP}] " +BDEPEND+=" + test? ( dev-python/beautifulsoup4[${PYTHON_USEDEP}] ) +" + DOCS=( README.rst CHANGELOG.rst ) distutils_enable_tests pytest |
