diff options
author | Andrey Grozin <grozin@gentoo.org> | 2018-03-09 14:33:03 +0700 |
---|---|---|
committer | Andrey Grozin <grozin@gentoo.org> | 2018-03-09 14:34:37 +0700 |
commit | 1e16e4aa9926a1ae0f50587a1d69ac7e2e7933b4 (patch) | |
tree | 00728def05bafdd776d4cee1286753fee54fab0e /dev-python/matplotlib | |
parent | dev-libs/xxhash: remove unused patch (diff) | |
download | gentoo-1e16e4aa9926a1ae0f50587a1d69ac7e2e7933b4.tar.gz gentoo-1e16e4aa9926a1ae0f50587a1d69ac7e2e7933b4.tar.bz2 gentoo-1e16e4aa9926a1ae0f50587a1d69ac7e2e7933b4.zip |
dev-python/matplotlib: move dev-python/kiwisolver to CDEPEND
Closes: https://bugs.gentoo.org/649976
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-python/matplotlib')
-rw-r--r-- | dev-python/matplotlib/matplotlib-2.2.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/matplotlib/matplotlib-2.2.0.ebuild b/dev-python/matplotlib/matplotlib-2.2.0.ebuild index 0cbaceef40b9..ac5be72c5fef 100644 --- a/dev-python/matplotlib/matplotlib-2.2.0.ebuild +++ b/dev-python/matplotlib/matplotlib-2.2.0.ebuild @@ -48,6 +48,7 @@ COMMON_DEPEND=" media-libs/freetype:2 media-libs/libpng:0 >=media-libs/qhull-2013 + dev-python/kiwisolver[${PYTHON_USEDEP}] cairo? ( dev-python/cairocffi[${PYTHON_USEDEP}] ) gtk2? ( dev-libs/glib:2= @@ -79,7 +80,6 @@ DEPEND="${COMMON_DEPEND} dev-texlive/texlive-fontsrecommended dev-texlive/texlive-latexrecommended media-gfx/graphviz[cairo] - dev-python/kiwisolver[${PYTHON_USEDEP}] ) test? ( dev-python/mock[${PYTHON_USEDEP}] |