diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-08-31 06:47:14 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-08-31 06:47:23 +0300 |
commit | e9794f15df7038ce8930d72ab2c6e8cec7869388 (patch) | |
tree | 986faff6f1f41363dc3a82229d906cfc16643a1b /dev-python/utidylib | |
parent | sys-apps/gptfdisk: keyword ~riscv (diff) | |
download | gentoo-e9794f15df7038ce8930d72ab2c6e8cec7869388.tar.gz gentoo-e9794f15df7038ce8930d72ab2c6e8cec7869388.tar.bz2 gentoo-e9794f15df7038ce8930d72ab2c6e8cec7869388.zip |
dev-python/utidylib: fix doc generation, remove six dependency
Closes: https://bugs.gentoo.org/810943
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/utidylib')
-rw-r--r-- | dev-python/utidylib/utidylib-0.7-r2.ebuild (renamed from dev-python/utidylib/utidylib-0.7-r1.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/utidylib/utidylib-0.7-r1.ebuild b/dev-python/utidylib/utidylib-0.7-r2.ebuild index d6947dea0a0e..47074208e555 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 |