app-text/xml2rfc: Remove redundant RESTRICT

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2024-07-12 08:55:42 +02:00
parent 6dd5fcb8b8
commit a85d2046f4

View File

@@ -19,21 +19,10 @@ SRC_URI="
-> ${P}.gh.tar.gz
"
RESTRICT="!test? ( test )"
LICENSE="BSD"
SLOT="0"
KEYWORDS="amd64"
BDEPEND="
test? (
>=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}]
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/dict2xml[${PYTHON_USEDEP}]
dev-python/weasyprint[${PYTHON_USEDEP}]
media-fonts/noto[cjk]
)
"
RDEPEND="
>=dev-python/platformdirs-3.6.0[${PYTHON_USEDEP}]
dev-python/ConfigArgParse[${PYTHON_USEDEP}]
@@ -48,6 +37,15 @@ RDEPEND="
dev-python/requests[${PYTHON_USEDEP}]
dev-python/six[${PYTHON_USEDEP}]
"
BDEPEND="
test? (
>=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}]
dev-python/decorator[${PYTHON_USEDEP}]
dev-python/dict2xml[${PYTHON_USEDEP}]
dev-python/weasyprint[${PYTHON_USEDEP}]
media-fonts/noto[cjk]
)
"
distutils_enable_tests unittest