diff options
Diffstat (limited to 'dev-python/webassets')
-rw-r--r-- | dev-python/webassets/webassets-0.12.1.ebuild | 1 | ||||
-rw-r--r-- | dev-python/webassets/webassets-0.12.ebuild | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/webassets/webassets-0.12.1.ebuild b/dev-python/webassets/webassets-0.12.1.ebuild index 69ca324502f7..407dc4b0da8d 100644 --- a/dev-python/webassets/webassets-0.12.1.ebuild +++ b/dev-python/webassets/webassets-0.12.1.ebuild @@ -14,6 +14,7 @@ LICENSE="BSD-2" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/dev-python/webassets/webassets-0.12.ebuild b/dev-python/webassets/webassets-0.12.ebuild index 422eb3ab8258..c33b8e317594 100644 --- a/dev-python/webassets/webassets-0.12.ebuild +++ b/dev-python/webassets/webassets-0.12.ebuild @@ -14,6 +14,7 @@ LICENSE="BSD-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |