New issue by Uriel12 on void-packages repository https://github.com/void-linux/void-packages/issues/14184 Description: * xuname: *Void 5.2.11_1 x86_64 AuthenticAMD uptodate rrFFF* * package: *gnome-passwordsafe* ### Expected behavior Starts the passwordsafe of the gnome desktop environenment ### Actual behavior ``` gnome-passwordsafe Traceback (most recent call last): File "/usr/bin/gnome-passwordsafe", line 17, in from passwordsafe.application import Application File "/usr/lib/python3.6/site-packages/passwordsafe/application.py", line 7, in from passwordsafe.main_window import MainWindow File "/usr/lib/python3.6/site-packages/passwordsafe/main_window.py", line 5, in from passwordsafe.create_database import CreateDatabase File "/usr/lib/python3.6/site-packages/passwordsafe/create_database.py", line 2, in from passwordsafe.created_database import CreatedDatabase File "/usr/lib/python3.6/site-packages/passwordsafe/created_database.py", line 2, in from passwordsafe.unlock_database import UnlockDatabase File "/usr/lib/python3.6/site-packages/passwordsafe/unlock_database.py", line 3, in from passwordsafe.unlocked_database import UnlockedDatabase File "/usr/lib/python3.6/site-packages/passwordsafe/unlocked_database.py", line 4, in from passwordsafe.database_settings_dialog import DatabaseSettingsDialog File "/usr/lib/python3.6/site-packages/passwordsafe/database_settings_dialog.py", line 7, in import passwordsafe.password_generator File "/usr/lib/python3.6/site-packages/passwordsafe/password_generator.py", line 3, in import pwquality ModuleNotFoundError: No module named 'pwquality' ``` ### Steps to reproduce the behavior Ìnstall the gnome desktop environenment and try to start gnome-passwordsafe