diff options
-rw-r--r-- | dev-python/utidylib/utidylib-0.6-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/utidylib/utidylib-0.7-r2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/utidylib/utidylib-0.6-r2.ebuild b/dev-python/utidylib/utidylib-0.6-r2.ebuild index 3b82a2b1f546..688f03a99a99 100644 --- a/dev-python/utidylib/utidylib-0.6-r2.ebuild +++ b/dev-python/utidylib/utidylib-0.6-r2.ebuild @@ -28,7 +28,7 @@ DEPEND=" dev-python/six[${PYTHON_USEDEP}] " RDEPEND=" - || ( app-text/tidy-html5 >=app-text/htmltidy-5.0.0 ) + >=app-text/htmltidy-5.0.0 " RESTRICT="!test? ( test )" diff --git a/dev-python/utidylib/utidylib-0.7-r2.ebuild b/dev-python/utidylib/utidylib-0.7-r2.ebuild index 3dce86df644a..e6240810ed4b 100644 --- a/dev-python/utidylib/utidylib-0.7-r2.ebuild +++ b/dev-python/utidylib/utidylib-0.7-r2.ebuild @@ -16,7 +16,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~arm64 ppc ~ppc64 ~riscv x86" -RDEPEND="|| ( app-text/tidy-html5 >=app-text/htmltidy-5.0.0 )" +RDEPEND=">=app-text/htmltidy-5.0.0" distutils_enable_tests pytest distutils_enable_sphinx docs |