dev-python/cssutils: fix QA issue with test RESTRICT

Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
Aaron Bauman
2019-12-03 18:17:31 -05:00
parent d2db399a96
commit 879e122bbc
2 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python{2_7,3_{5,6,7}} pypy )
inherit distutils-r1
@@ -14,6 +15,7 @@ LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 ~arm ~ppc ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}