commit: e9794f15df7038ce8930d72ab2c6e8cec7869388 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Tue Aug 31 03:47:14 2021 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Tue Aug 31 03:47:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9794f15
dev-python/utidylib: fix doc generation, remove six dependency Closes: https://bugs.gentoo.org/810943 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> dev-python/utidylib/{utidylib-0.7-r1.ebuild => utidylib-0.7-r2.ebuild} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-python/utidylib/utidylib-0.7-r1.ebuild b/dev-python/utidylib/utidylib-0.7-r2.ebuild similarity index 90% rename from dev-python/utidylib/utidylib-0.7-r1.ebuild rename to dev-python/utidylib/utidylib-0.7-r2.ebuild index d6947dea0a0..47074208e55 100644 --- a/dev-python/utidylib/utidylib-0.7-r1.ebuild +++ b/dev-python/utidylib/utidylib-0.7-r2.ebuild @@ -17,10 +17,9 @@ SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" RDEPEND="|| ( app-text/tidy-html5 >=app-text/htmltidy-5.0.0 )" -DEPEND="dev-python/six[${PYTHON_USEDEP}]" distutils_enable_tests pytest -distutils_enable_sphinx doc +distutils_enable_sphinx docs EPYTEST_DESELECT=( # https://github.com/nijel/utidylib/issues/9
