1
0
Fork 0

games-rpg/tuxemon: Fix RDEPENDs

This commit is contained in:
Ryan Fox 2023-03-30 18:51:39 -07:00
parent 9d0e8c6b3f
commit 8c40934db3
Signed by: flewkey
GPG Key ID: 94F56ADFD848851E
2 changed files with 4 additions and 4 deletions

View File

@ -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
@ -33,7 +33,7 @@ RDEPEND="
dev-python/natsort[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/prompt_toolkit[${PYTHON_USEDEP}]
dev-python/prompt-toolkit[${PYTHON_USEDEP}]
>=dev-python/pydantic-1.9.1[${PYTHON_USEDEP}]
>=dev-python/pygame-2.1.2[${PYTHON_USEDEP}]
>=dev-python/pygame-menu-4.2.8[${PYTHON_USEDEP}]

View File

@ -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
@ -33,7 +33,7 @@ RDEPEND="
dev-python/natsort[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
dev-python/prompt_toolkit[${PYTHON_USEDEP}]
dev-python/prompt-toolkit[${PYTHON_USEDEP}]
>=dev-python/pydantic-1.9.1[${PYTHON_USEDEP}]
>=dev-python/pygame-2.1.2[${PYTHON_USEDEP}]
>=dev-python/pygame-menu-4.2.8[${PYTHON_USEDEP}]