commit: 879e122bbc1922b173848dc681460c8ff1dbe5b6
Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 3 23:17:31 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Tue Dec 3 23:17:53 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=879e122b
dev-python/cssutils: fix QA issue with test RESTRICT
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-python/cssutils/cssutils-1.0.1.ebuild | 2 ++
dev-python/cssutils/cssutils-1.0.2-r1.ebuild | 2 ++
2 files changed, 4 insertions(+)
diff --git a/dev-python/cssutils/cssutils-1.0.1.ebuild
b/dev-python/cssutils/cssutils-1.0.1.ebuild
index dbfd669743c..dce1a69ac35 100644
--- a/dev-python/cssutils/cssutils-1.0.1.ebuild
+++ b/dev-python/cssutils/cssutils-1.0.1.ebuild
@@ -2,6 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
+
PYTHON_COMPAT=( python{2_7,3_{5,6}} 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}
diff --git a/dev-python/cssutils/cssutils-1.0.2-r1.ebuild
b/dev-python/cssutils/cssutils-1.0.2-r1.ebuild
index 92fad59021e..5f5efe08343 100644
--- a/dev-python/cssutils/cssutils-1.0.2-r1.ebuild
+++ b/dev-python/cssutils/cssutils-1.0.2-r1.ebuild
@@ -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}