summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-24 18:10:48 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-24 18:36:55 +0100
commitf53d9d4e6e5f9540e2e59f082162196ada4080b1 (patch)
treea15dd57cd7a7a313ad643ab8cae0f9c0a3a778f0 /dev-python/Babel/Babel-2.5.3-r1.ebuild
parentdev-python/fs: fix QA warning about tests (diff)
downloadgentoo-f53d9d4e6e5f9540e2e59f082162196ada4080b1.tar.gz
gentoo-f53d9d4e6e5f9540e2e59f082162196ada4080b1.tar.bz2
gentoo-f53d9d4e6e5f9540e2e59f082162196ada4080b1.zip
dev-python/Babel: Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/Babel/Babel-2.5.3-r1.ebuild')
-rw-r--r--dev-python/Babel/Babel-2.5.3-r1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/Babel/Babel-2.5.3-r1.ebuild b/dev-python/Babel/Babel-2.5.3-r1.ebuild
index 793c85594b94..20fc22a8418b 100644
--- a/dev-python/Babel/Babel-2.5.3-r1.ebuild
+++ b/dev-python/Babel/Babel-2.5.3-r1.ebuild
@@ -16,6 +16,7 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris"
IUSE="doc test"
+RESTRICT="!test? ( test )"
RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]
dev-python/setuptools[${PYTHON_USEDEP}]"