diff options
author | Zamarin Arthur <arthurzam@gmail.com> | 2019-11-09 13:43:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-09 18:23:45 +0100 |
commit | 8b2879bfccb149012db5e1c14cf24d0f8d66b061 (patch) | |
tree | fd5b8dcb604943f3c3c1fe3cc70dd81bd324106a /dev-python/openpyxl | |
parent | dev-python/openpyxl: bump v3.0.0 (Python3 only) (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/openpyxl/openpyxl-2.6.1.ebuild | 1 | ||||
-rw-r--r-- | dev-python/openpyxl/openpyxl-2.6.2.ebuild | 1 | ||||
-rw-r--r-- | dev-python/openpyxl/openpyxl-9999.ebuild | 3 |
3 files changed, 4 insertions, 1 deletions
diff --git a/dev-python/openpyxl/openpyxl-2.6.1.ebuild b/dev-python/openpyxl/openpyxl-2.6.1.ebuild index 7d8a538f2815..8255efe44d8c 100644 --- a/dev-python/openpyxl/openpyxl-2.6.1.ebuild +++ b/dev-python/openpyxl/openpyxl-2.6.1.ebuild @@ -17,6 +17,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~arm x86 ~amd64-linux ~x86-linux" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/jdcal[${PYTHON_USEDEP}] diff --git a/dev-python/openpyxl/openpyxl-2.6.2.ebuild b/dev-python/openpyxl/openpyxl-2.6.2.ebuild index 5605f80fac2e..23c5dc191c02 100644 --- a/dev-python/openpyxl/openpyxl-2.6.2.ebuild +++ b/dev-python/openpyxl/openpyxl-2.6.2.ebuild @@ -17,6 +17,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" IUSE="test" +RESTRICT="!test? ( test )" RDEPEND=" dev-python/jdcal[${PYTHON_USEDEP}] 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}] |