Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 711360 - dev-python/wxpython-4.0.7 does not need dev-python/pathlib2 in DEPEND
Summary: dev-python/wxpython-4.0.7 does not need dev-python/pathlib2 in DEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo wxWidgets project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-02 19:35 UTC by Chris Mayo
Modified: 2021-08-10 02:40 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 Chris Mayo 2020-03-02 19:35:04 UTC
Python 3 build is now using pathlib:

https://github.com/wxWidgets/Phoenix/commit/2c4f9cb22619ccedf605147bfd148bd6eec535ac
Comment 1 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2021-08-10 02:40:32 UTC
commit 301f973889b542d72b887e9f07b505307c67fcd5
Author: Michał Górny <mgorny@gentoo.org>
Date:   Tue Jul 6 10:41:48 2021 +0200

    dev-python/wxpython: Remove unnecessary dep on pathlib2

    Upstream is bundling it, and the package is using the bundled version
    at build time.

    Signed-off-by: Michał Górny <mgorny@gentoo.org>