summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2019-11-30 22:34:28 -0700
committerTim Harder <radhermit@gentoo.org>2019-11-30 22:34:28 -0700
commitcc1a48d79207966284c8873fffa6848bb39b622d (patch)
treec12c7c296813b19101346b38f79b1d2b7c437a95
parentsys-apps/pkgcore: remove old (diff)
downloadgentoo-cc1a48d7.tar.gz
gentoo-cc1a48d7.tar.bz2
gentoo-cc1a48d7.zip
dev-python/snakeoil: add missing conditional test RESTRICT
Signed-off-by: Tim Harder <radhermit@gentoo.org>
-rw-r--r--dev-python/snakeoil/snakeoil-0.7.5.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/snakeoil/snakeoil-0.7.5.ebuild b/dev-python/snakeoil/snakeoil-0.7.5.ebuild
index fa95be1778c4..5a750a275945 100644
--- a/dev-python/snakeoil/snakeoil-0.7.5.ebuild
+++ b/dev-python/snakeoil/snakeoil-0.7.5.ebuild
@@ -20,6 +20,7 @@ HOMEPAGE="https://github.com/pkgcore/snakeoil"
LICENSE="BSD"
SLOT="0"
IUSE="test"
+RESTRICT="!test? ( test )"
DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/mock[${PYTHON_USEDEP}] )"