mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
wifite: fix https://github.com/kimocoder/wifite2/issues/416
This commit is contained in:
parent
97bf97f170
commit
009d4cbfaf
2 changed files with 11 additions and 0 deletions
9
net-wireless/wifite/files/pyproject.patch
Normal file
9
net-wireless/wifite/files/pyproject.patch
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
--- wifite-2.8.2/pyproject.toml.old 2025-10-26 03:33:02.000000000 +0800
|
||||
+++ wifite-2.8.2/pyproject.toml 2025-10-31 17:48:59.224193300 +0800
|
||||
@@ -14,3 +14,6 @@
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
+
|
||||
+[tool.poetry.scripts]
|
||||
+wifite = "wifite2.wifite:main"
|
||||
|
|
@ -42,6 +42,8 @@ PDEPEND="net-wireless/aircrack-ng
|
|||
|
||||
RESTRICT="test"
|
||||
|
||||
PATCHES=( "${FILESDIR}/pyproject.patch" )
|
||||
|
||||
#python2 only:
|
||||
#net-wireless/pyrit[${PYTHON_USEDEP},opencl?]
|
||||
|
||||
Loading…
Reference in a new issue