diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-07-06 10:41:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-07-06 11:02:45 +0200 |
commit | 301f973889b542d72b887e9f07b505307c67fcd5 (patch) | |
tree | 3b21338efc0cf68bedc12e9bafb67eebb12396e0 | |
parent | app-vim/command-t: add ruby27, ruby30; EAPI 7 (diff) | |
download | gentoo-301f973889b542d72b887e9f07b505307c67fcd5.tar.gz gentoo-301f973889b542d72b887e9f07b505307c67fcd5.tar.bz2 gentoo-301f973889b542d72b887e9f07b505307c67fcd5.zip |
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>
-rw-r--r-- | dev-python/wxpython/wxpython-4.0.7-r1.ebuild | 1 | ||||
-rw-r--r-- | dev-python/wxpython/wxpython-4.0.7.ebuild | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/dev-python/wxpython/wxpython-4.0.7-r1.ebuild b/dev-python/wxpython/wxpython-4.0.7-r1.ebuild index 7585b66bcd42..46eb5b0e1ccf 100644 --- a/dev-python/wxpython/wxpython-4.0.7-r1.ebuild +++ b/dev-python/wxpython/wxpython-4.0.7-r1.ebuild @@ -35,7 +35,6 @@ RDEPEND=" DEPEND="${RDEPEND} app-doc/doxygen - dev-python/pathlib2[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] test? ( diff --git a/dev-python/wxpython/wxpython-4.0.7.ebuild b/dev-python/wxpython/wxpython-4.0.7.ebuild index 7f2ab983c45e..dcf072142cb9 100644 --- a/dev-python/wxpython/wxpython-4.0.7.ebuild +++ b/dev-python/wxpython/wxpython-4.0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -33,7 +33,6 @@ RDEPEND=" DEPEND="${RDEPEND} app-doc/doxygen - dev-python/pathlib2[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] test? ( |