diff options
Diffstat (limited to 'dev-python/pyquery/pyquery-1.2.13-r1.ebuild')
-rw-r--r-- | dev-python/pyquery/pyquery-1.2.13-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pyquery/pyquery-1.2.13-r1.ebuild b/dev-python/pyquery/pyquery-1.2.13-r1.ebuild index f3d235eb3121..a8df53f6ea21 100644 --- a/dev-python/pyquery/pyquery-1.2.13-r1.ebuild +++ b/dev-python/pyquery/pyquery-1.2.13-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,6 +15,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc ~x86" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/lxml-2.1[${PYTHON_USEDEP}] |