diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-09 15:11:29 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-09 15:11:29 +0100 |
commit | 0e35d486fd6889d5c669aaef49d369eba54b3371 (patch) | |
tree | e2163bb79bbf333f1a34bff3ef86cbe42196a59e /dev-python/sphinx-gallery | |
parent | app-office/scribus: Fix build w/ x86 on 17.0 profile (diff) | |
download | gentoo-0e35d486fd6889d5c669aaef49d369eba54b3371.tar.gz gentoo-0e35d486fd6889d5c669aaef49d369eba54b3371.tar.bz2 gentoo-0e35d486fd6889d5c669aaef49d369eba54b3371.zip |
dev-python/sphinx-gallery: Fix circular dep
Bug: https://bugs.gentoo.org/644002
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python/sphinx-gallery')
-rw-r--r-- | dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild b/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild index c4a8581f41cd..7ae476a02cc1 100644 --- a/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild +++ b/dev-python/sphinx-gallery/sphinx-gallery-0.1.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,10 +17,10 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND=" - dev-python/matplotlib[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] " DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +PDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}]" # tests need extra files not distributed |