Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-gallery/
Date: Tue, 09 Jan 2018 14:12:15
Message-Id: 1515507089.0e35d486fd6889d5c669aaef49d369eba54b3371.asturm@gentoo
1 commit: 0e35d486fd6889d5c669aaef49d369eba54b3371
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 9 14:11:29 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 9 14:11:29 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e35d486
7
8 dev-python/sphinx-gallery: Fix circular dep
9
10 Bug: https://bugs.gentoo.org/644002
11 Package-Manager: Portage-2.3.19, Repoman-2.3.6
12
13 dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild b/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild
17 index c4a8581f41c..7ae476a02cc 100644
18 --- a/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild
19 +++ b/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -17,10 +17,10 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
27 IUSE=""
28
29 RDEPEND="
30 - dev-python/matplotlib[${PYTHON_USEDEP}]
31 dev-python/pillow[${PYTHON_USEDEP}]
32 dev-python/sphinx[${PYTHON_USEDEP}]
33 "
34 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
35 +PDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]"
36
37 # tests need extra files not distributed