summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZamarin Arthur <arthurzam@gmail.com>2019-11-09 13:43:37 +0200
committerMichał Górny <mgorny@gentoo.org>2019-11-09 18:23:45 +0100
commit8b2879bfccb149012db5e1c14cf24d0f8d66b061 (patch)
treefd5b8dcb604943f3c3c1fe3cc70dd81bd324106a /dev-python/openpyxl/openpyxl-9999.ebuild
parentdev-python/openpyxl: bump v3.0.0 (Python3 only) (diff)
downloadgentoo-8b2879bfccb149012db5e1c14cf24d0f8d66b061.tar.gz
gentoo-8b2879bfccb149012db5e1c14cf24d0f8d66b061.tar.bz2
gentoo-8b2879bfccb149012db5e1c14cf24d0f8d66b061.zip
dev-python/openpyxl: fix RESTRICT CI
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Zamarin Arthur <arthurzam@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13414 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/openpyxl/openpyxl-9999.ebuild')
-rw-r--r--dev-python/openpyxl/openpyxl-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/openpyxl/openpyxl-9999.ebuild b/dev-python/openpyxl/openpyxl-9999.ebuild
index 01c0171d12e5..7c1e47d57b1b 100644
--- a/dev-python/openpyxl/openpyxl-9999.ebuild
+++ b/dev-python/openpyxl/openpyxl-9999.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=7
@@ -16,6 +16,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
dev-python/jdcal[${PYTHON_USEDEP}]