weevely: dep renames

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-11-25 10:39:15 -05:00
parent b6d8bb7c3d
commit 4d5bea5b77
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
2 changed files with 3 additions and 3 deletions

View file

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
inherit python-single-r1 wrapper
@ -30,7 +30,7 @@ RDEPEND="${DEPEND}
dev-python/mako[${PYTHON_USEDEP}]
dev-python/pyyaml[${PYTHON_USEDEP}]
dev-python/python-dateutil[${PYTHON_USEDEP}]
dev-python/PySocks[${PYTHON_USEDEP}]
dev-python/pysocks[${PYTHON_USEDEP}]
dev-python/pyopenssl[${PYTHON_USEDEP}]')"
pkg_setup() {