diff options
Diffstat (limited to 'dev-python/beaker')
-rw-r--r-- | dev-python/beaker/beaker-1.6.4-r1.ebuild | 3 | ||||
-rw-r--r-- | dev-python/beaker/beaker-1.8.1.ebuild | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/beaker/beaker-1.6.4-r1.ebuild b/dev-python/beaker/beaker-1.6.4-r1.ebuild index 036565cc9980..2fbcff2d7d24 100644 --- a/dev-python/beaker/beaker-1.6.4-r1.ebuild +++ b/dev-python/beaker/beaker-1.6.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -22,6 +22,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="alpha amd64 arm ~hppa ia64 ~ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="test" +RESTRICT="!test? ( test )" # webtest-based tests are skipped when webtest is not installed DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] diff --git a/dev-python/beaker/beaker-1.8.1.ebuild b/dev-python/beaker/beaker-1.8.1.ebuild index 3b622f951ab0..0af3014e876c 100644 --- a/dev-python/beaker/beaker-1.8.1.ebuild +++ b/dev-python/beaker/beaker-1.8.1.ebuild @@ -19,6 +19,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="alpha amd64 arm ~hppa ia64 ~ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND="virtual/python-funcsigs[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] |