diff options
author | 2024-11-23 12:27:28 +0100 | |
---|---|---|
committer | 2024-11-23 12:42:05 +0100 | |
commit | 6e067b8a75d6fc2c5395892ed04a15cf136af566 (patch) | |
tree | ae3ad8ea2005e5f81aada974486db923a204d485 /sci-misc | |
parent | dev-ada/aws: fix use deps (diff) | |
download | gentoo-6e067b8a75d6fc2c5395892ed04a15cf136af566.tar.gz gentoo-6e067b8a75d6fc2c5395892ed04a15cf136af566.tar.bz2 gentoo-6e067b8a75d6fc2c5395892ed04a15cf136af566.zip |
Rename dev-python/{QtPy → qtpy}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-misc')
-rw-r--r-- | sci-misc/vitables/vitables-3.0.2_p4-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-misc/vitables/vitables-3.0.2_p4-r1.ebuild b/sci-misc/vitables/vitables-3.0.2_p4-r1.ebuild index d5024dd70b94..46adbd698acb 100644 --- a/sci-misc/vitables/vitables-3.0.2_p4-r1.ebuild +++ b/sci-misc/vitables/vitables-3.0.2_p4-r1.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 @@ -23,7 +23,7 @@ RDEPEND=" $(python_gen_cond_dep ' dev-python/numpy[${PYTHON_USEDEP}] dev-python/numexpr[${PYTHON_USEDEP}] - dev-python/QtPy[gui,${PYTHON_USEDEP}] + dev-python/qtpy[gui,${PYTHON_USEDEP}] dev-python/tables[${PYTHON_USEDEP}] ')" DEPEND="${RDEPEND}" |