diff options
author | 2024-07-12 08:55:42 +0200 | |
---|---|---|
committer | 2024-07-12 08:56:00 +0200 | |
commit | a85d2046f466474fbecf08df5bd873ecf27f5848 (patch) | |
tree | 78f067de12b6e96ce284a1cf0f975844ab2ac3ff /app-text/xml2rfc | |
parent | app-text/xml2rfc: Enable py3.13 (diff) | |
download | gentoo-a85d2046f466474fbecf08df5bd873ecf27f5848.tar.gz gentoo-a85d2046f466474fbecf08df5bd873ecf27f5848.tar.bz2 gentoo-a85d2046f466474fbecf08df5bd873ecf27f5848.zip |
app-text/xml2rfc: Remove redundant RESTRICT
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-text/xml2rfc')
-rw-r--r-- | app-text/xml2rfc/xml2rfc-3.18.0.ebuild | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/app-text/xml2rfc/xml2rfc-3.18.0.ebuild b/app-text/xml2rfc/xml2rfc-3.18.0.ebuild index e0e2305fe1cf..330299f1066c 100644 --- a/app-text/xml2rfc/xml2rfc-3.18.0.ebuild +++ b/app-text/xml2rfc/xml2rfc-3.18.0.ebuild @@ -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 |