diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-01-04 18:07:33 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-01-04 18:08:16 +0100 |
commit | ed2b32cd319ce9fa6f67382e07b146cf722bc199 (patch) | |
tree | c5adf1d8dc5cdafe69dcd0276380bb758737e21c /dev-python/wxpython | |
parent | dev-python/pytest-skip-markers: Bump to 1.5.1 (diff) | |
download | gentoo-ed2b32cd319ce9fa6f67382e07b146cf722bc199.tar.gz gentoo-ed2b32cd319ce9fa6f67382e07b146cf722bc199.tar.bz2 gentoo-ed2b32cd319ce9fa6f67382e07b146cf722bc199.zip |
dev-python/wxpython: Add pytest-forked dep
Closes: https://bugs.gentoo.org/920090
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/wxpython')
-rw-r--r-- | dev-python/wxpython/wxpython-4.2.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/wxpython/wxpython-4.2.1.ebuild b/dev-python/wxpython/wxpython-4.2.1.ebuild index db600927b5be..dabd9c7f5208 100644 --- a/dev-python/wxpython/wxpython-4.2.1.ebuild +++ b/dev-python/wxpython/wxpython-4.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -49,6 +49,7 @@ BDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] dev-python/pillow[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] + dev-python/pytest-forked[${PYTHON_USEDEP}] dev-python/pytest-xdist[${PYTHON_USEDEP}] ) " |