diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-06 15:33:47 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-06 16:27:21 +0100 |
commit | 30838c50ea2e04b183392798872b88ad4e2eed73 (patch) | |
tree | c8e7ff91184699b6012badcc7a8ec8f0e6004fa5 /dev-util/scons | |
parent | dev-python/cython: Bump to 0.29.33 (diff) | |
download | gentoo-30838c50ea2e04b183392798872b88ad4e2eed73.tar.gz gentoo-30838c50ea2e04b183392798872b88ad4e2eed73.tar.bz2 gentoo-30838c50ea2e04b183392798872b88ad4e2eed73.zip |
dev-util/scons: Add missing test dep on dev-python/psutil
Thanks to Alex Fan for noticing!
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/scons')
-rw-r--r-- | dev-util/scons/scons-4.4.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/scons/scons-4.4.0-r1.ebuild b/dev-util/scons/scons-4.4.0-r1.ebuild index a6021628266f..b6372ae52a96 100644 --- a/dev-util/scons/scons-4.4.0-r1.ebuild +++ b/dev-util/scons/scons-4.4.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -41,6 +41,7 @@ BDEPEND=" test? ( dev-libs/libxml2[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] + dev-python/psutil[${PYTHON_USEDEP}] ) " |