There is a new pull request by m3tav3rse against master on the void-packages repository https://github.com/m3tav3rse/void-packages dnsrecon-fix https://github.com/void-linux/void-packages/pull/42808 python3-dnsrecon: add missing python3-setuptools dependency #### Testing the changes - I tested the changes in this PR: **YES** Doesn't work without setuptools. ``` Traceback (most recent call last): File "/bin/dnsrecon", line 33, in sys.exit(load_entry_point('dnsrecon==1.1.3', 'console_scripts', 'dnsrecon')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/bin/dnsrecon", line 25, in importlib_load_entry_point return next(matches).load() ^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/metadata/__init__.py", line 202, in load module = import_module(match.group('module')) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1128, in _find_and_load_unlocked File "", line 241, in _call_with_frames_removed File "", line 1206, in _gcd_import File "", line 1178, in _find_and_load File "", line 1149, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "", line 940, in exec_module File "", line 241, in _call_with_frames_removed File "/usr/lib/python3.11/site-packages/dnsrecon/__init__.py", line 1, in import pkg_resources ModuleNotFoundError: No module named 'pkg_resources' ``` A patch file from https://github.com/void-linux/void-packages/pull/42808.patch is attached