mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
weevely: dep renames
This commit is contained in:
parent
b6d8bb7c3d
commit
4d5bea5b77
2 changed files with 3 additions and 3 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue