commit: bc3a2e833b6b718257978f0455c8fa69a4221cb4 Author: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org> AuthorDate: Mon Jun 14 16:43:30 2021 +0000 Commit: Dennis Lamm <expeditioneer <AT> gentoo <DOT> org> CommitDate: Mon Jun 14 17:02:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc3a2e83
dev-python/uranium-4.9.1: added missing dependency Closes: https://bugs.gentoo.org/795273 Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/21238 Signed-off-by: Dennis Lamm <expeditioneer <AT> gentoo.org> dev-python/uranium/uranium-4.9.1.ebuild | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/dev-python/uranium/uranium-4.9.1.ebuild b/dev-python/uranium/uranium-4.9.1.ebuild index fa703e3b53b..066a9e02107 100644 --- a/dev-python/uranium/uranium-4.9.1.ebuild +++ b/dev-python/uranium/uranium-4.9.1.ebuild @@ -26,6 +26,7 @@ BDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' dev-python/pytest[${PYTHON_USEDEP}] dev-python/mypy[${PYTHON_USEDEP}] + dev-python/twisted[${PYTHON_USEDEP}] ') )" @@ -52,6 +53,10 @@ distutils_enable_tests pytest src_prepare() { python_fix_shebang . + if ! use doc ; then + sed -i -e '/add_custom_target(doc/d' CMakeLists.txt || die + fi + cmake_src_prepare }
