mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
pentoo-f{ootprint,uzzers}: drop wfuzz, doesn't accually support python >3.11
This commit is contained in:
parent
fa5c45b923
commit
eb8d683d8e
3 changed files with 6 additions and 6 deletions
|
|
@ -1,9 +1,10 @@
|
|||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
#No module named 'imp'
|
||||
PYTHON_COMPAT=( python3_11 )
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
|
||||
inherit distutils-r1
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -27,6 +27,5 @@ PDEPEND="
|
|||
net-analyzer/p0f
|
||||
net-analyzer/scanssh
|
||||
net-analyzer/siphon
|
||||
net-analyzer/wfuzz
|
||||
net-analyzer/xprobe
|
||||
)"
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2022 Gentoo Foundation
|
||||
# Copyright 1999-2025 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -10,7 +10,7 @@ SLOT="0"
|
|||
LICENSE="GPL-3"
|
||||
IUSE="pentoo-full"
|
||||
|
||||
PDEPEND="net-analyzer/wfuzz
|
||||
PDEPEND="
|
||||
net-analyzer/gobuster
|
||||
pentoo-full? (
|
||||
app-fuzz/bed
|
||||
Loading…
Reference in a new issue