From a2399963a9e3f7854d771fcf38714a65340379e2 Mon Sep 17 00:00:00 2001 From: "Rick Farina (Zero_Chaos)" Date: Mon, 25 Nov 2024 10:48:14 -0500 Subject: [PATCH] scripts/python_dependencies: package rename --- scripts/python_dependencies.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/python_dependencies.py b/scripts/python_dependencies.py index 1837070d4..5ee57d702 100755 --- a/scripts/python_dependencies.py +++ b/scripts/python_dependencies.py @@ -69,7 +69,7 @@ def portage_mapping(replace_string): "dev-python/PyMySQL": "dev-python/pymysql", "dev-python/pyOpenSSL": "dev-python/pyopenssl", "dev-python/pypykatz": "app-exploits/pypykatz", - "dev-python/pysocks": "dev-python/PySocks", + "dev-python/pysocks": "dev-python/pysocks", "dev-python/pyVNC": "dev-python/pyvnc", "dev-python/PyYAML": "dev-python/pyyaml", "dev-python/redis": "dev-python/redis-py",