Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 711360

Summary: dev-python/wxpython-4.0.7 does not need dev-python/pathlib2 in DEPEND
Product: Gentoo Linux Reporter: Chris Mayo <aklhfex>
Component: Current packagesAssignee: Gentoo wxWidgets project <wxwidgets>
Status: RESOLVED FIXED    
Severity: normal CC: jstein, python
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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>