There's a merged pull request on the void-packages repository volctl depends on pulsectl since v0.9.0 https://github.com/void-linux/void-packages/pull/32773 Description: https://github.com/buzz/volctl/commit/ef7fa2386f9a793b65027f727cbd068e8a2d9167 #### General - [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements) #### Have the results of the proposed changes been tested? - [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me - [ ] I generally don't use the affected packages but briefly tested this PR I was getting this errors after update (for a while now): ``` 2021-08-31_16:33:52.93948 ModuleNotFoundError: No module named 'pulsectl' 2021-08-31_16:33:54.25495 Traceback (most recent call last): 2021-08-31_16:33:54.25499 File "/bin/volctl", line 33, in 2021-08-31_16:33:54.25513 sys.exit(load_entry_point('volctl==0.9.0', 'gui_scripts', 'volctl')()) 2021-08-31_16:33:54.25515 File "/bin/volctl", line 25, in importlib_load_entry_point 2021-08-31_16:33:54.25526 return next(matches).load() 2021-08-31_16:33:54.25527 File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load 2021-08-31_16:33:54.25540 module = import_module(match.group('module')) 2021-08-31_16:33:54.25542 File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module 2021-08-31_16:33:54.25557 return _bootstrap._gcd_import(name[level:], package, level) 2021-08-31_16:33:54.25559 File "", line 1030, in _gcd_import 2021-08-31_16:33:54.25572 File "", line 1007, in _find_and_load 2021-08-31_16:33:54.25583 File "", line 986, in _find_and_load_unlocked 2021-08-31_16:33:54.25595 File "", line 680, in _load_unlocked 2021-08-31_16:33:54.25607 File "", line 850, in exec_module 2021-08-31_16:33:54.25619 File "", line 228, in _call_with_frames_removed 2021-08-31_16:33:54.25630 File "/usr/lib/python3.9/site-packages/volctl/__main__.py", line 12, in 2021-08-31_16:33:54.25640 from volctl.app import VolctlApp 2021-08-31_16:33:54.25642 File "/usr/lib/python3.9/site-packages/volctl/app.py", line 19, in 2021-08-31_16:33:54.25654 from volctl.pulsemgr import PulseManager 2021-08-31_16:33:54.25655 File "/usr/lib/python3.9/site-packages/volctl/pulsemgr.py", line 7, in 2021-08-31_16:33:54.25664 from pulsectl import ( ``` Installing `python3-pulsectl` fixes the issue. Looks like for v0.9.0 the developer started depending on this Python package: https://github.com/buzz/volctl/commit/ef7fa2386f9a793b65027f727cbd068e8a2d9167