summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-10-12 00:25:01 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-10-12 00:25:17 +0200
commit48441297b28e6adb663a0c7ac80837ea637ac418 (patch)
tree7f648d1f44d96cc6433e637b73c4d7bc73852146
parentsys-auth/sssd: Enable local provider (diff)
downloadgentoo-48441297.tar.gz
gentoo-48441297.tar.bz2
gentoo-48441297.zip
dev-python/utidylib: Add RESTRICT="!test? ( test )"
...after test was unrestricted. Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--dev-python/utidylib/utidylib-0.6-r1.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/utidylib/utidylib-0.6-r1.ebuild b/dev-python/utidylib/utidylib-0.6-r1.ebuild
index aac52bdb1b41..64873389cd02 100644
--- a/dev-python/utidylib/utidylib-0.6-r1.ebuild
+++ b/dev-python/utidylib/utidylib-0.6-r1.ebuild
@@ -31,6 +31,8 @@ RDEPEND="
app-text/tidy-html5
"
+RESTRICT="!test? ( test )"
+
S="${WORKDIR}/${MY_P}"
python_compile_all() {