Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829011 - dev-python/matplotlib: fix python 3.10 deps
Summary: dev-python/matplotlib: fix python 3.10 deps
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: PullRequest
Depends on: 829019
Blocks: py310, python3.10-compat
  Show dependency tree
 
Reported: 2021-12-12 19:40 UTC by Thomas Bettler
Modified: 2022-05-05 02:56 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 Thomas Bettler 2021-12-12 19:40:11 UTC
dev-python/matplotlib: fix python 3.10 deps
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-12-12 19:42:17 UTC
What's wrong with them? Can you be more specific?
Comment 2 Thomas Bettler 2021-12-13 06:57:48 UTC
dev-python/matplotlib[python_targets_python3_10] shall RDEPEND on dev-python/wxpython[python_targets_python3_10]
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-05 02:55:56 UTC
Newer versions seem to be done already. Thank you!
Comment 4 Larry the Git Cow gentoo-dev 2022-05-05 02:56:00 UTC
The bug has been closed via the following commit(s):

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

commit 7942bc55f13bab87ef2cfc9427b552fac30d6f5f
Author:     Thomas Bettler <thomas.bettler@gmail.com>
AuthorDate: 2022-04-28 21:52:20 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-05-05 02:55:51 +0000

    dev-python/matplotlib: fix for python 3.10
    
    Fix consistency of deps:
    dev-python/matplotlib[python_targets_python3_x] shall RDEPEND on dev-python/wxpython[python_targets_python3_x]
    
    Closes: https://bugs.gentoo.org/829011
    Closes: https://github.com/gentoo/gentoo/pull/23273
    Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild | 2 +-
 dev-python/matplotlib/matplotlib-3.5.1.ebuild    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Additionally, it has been referenced in the following commit(s):

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

commit 9a144e5eeae0ffc9599dc7a19743a20c9f7ebc91
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-05-05 02:55:46 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-05-05 02:55:52 +0000

    dev-python/matplotlib: clean up more python deps
    
    Bug: https://bugs.gentoo.org/829011
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-python/matplotlib/matplotlib-3.4.3-r1.ebuild | 6 ++----
 dev-python/matplotlib/matplotlib-3.5.1.ebuild    | 4 +---
 2 files changed, 3 insertions(+), 7 deletions(-)