Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 649998 - dev-python/matplotlib-2.2.0 missing RDEPEND >=dev-python/kiwisolver-1.0.0
Summary: dev-python/matplotlib-2.2.0 missing RDEPEND >=dev-python/kiwisolver-1.0.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-09 11:08 UTC by tk+gentoo
Modified: 2018-03-10 07:44 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description tk+gentoo 2018-03-09 11:08:38 UTC
As stated on its documentation[1] depends on >=kiwisolver-1.0.0. This dependency is missing in the current ebuild. 


[1]: https://matplotlib.org/users/installing.html#installing-from-source

Reproducible: Always

Steps to Reproduce:
1. USE="-doc" emerge =dev-python/matplotlib without having dev-python/kiwisolver
2. "import matplotlib.pyplot as plt" inside a python script

Actual Results:  
matplotlib is installed sucessfully
ModuleNotFoundError: No module named 'kiwisolver'

Expected Results:  
Successfully import matplotlib
Comment 1 Larry the Git Cow gentoo-dev 2018-03-10 07:44:04 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa872944f234b7730c328dcaef94d726865dc43

commit faa872944f234b7730c328dcaef94d726865dc43
Author:     Andrey Grozin <grozin@gentoo.org>
AuthorDate: 2018-03-10 07:43:20 +0000
Commit:     Andrey Grozin <grozin@gentoo.org>
CommitDate: 2018-03-10 07:43:20 +0000

    dev-python/matplotlib: restrict kiwisolve to >=1.0.0
    
    Closes: https://bugs.gentoo.org/649998
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/matplotlib/matplotlib-2.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)