commit: 7aa776b0f8238e4565973cb584f3bb1d29d86794 Author: Ionen Wolkens <sudinave <AT> gmail <DOT> com> AuthorDate: Sun Dec 27 02:42:01 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 27 03:39:27 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aa776b0
dev-python/txaio: prevent BDEPEND overwrite Closes: https://bugs.gentoo.org/761526 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Ionen Wolkens <sudinave <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/txaio/txaio-20.12.1.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-python/txaio/txaio-20.12.1.ebuild b/dev-python/txaio/txaio-20.12.1.ebuild index b2b1b45835a..f592667df30 100644 --- a/dev-python/txaio/txaio-20.12.1.ebuild +++ b/dev-python/txaio/txaio-20.12.1.ebuild @@ -14,16 +14,15 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux" -distutils_enable_sphinx docs \ - '>=dev-python/sphinxcontrib-spelling-2.1.2' \ - '>=dev-python/sphinx_rtd_theme-0.1.9' -distutils_enable_tests pytest - BDEPEND=" test? ( >=dev-python/mock-1.3.0[${PYTHON_USEDEP}] ) " +distutils_enable_sphinx docs \ + '>=dev-python/sphinxcontrib-spelling-2.1.2' \ + '>=dev-python/sphinx_rtd_theme-0.1.9' +distutils_enable_tests pytest src_prepare() { default_src_prepare
