Remove Python version check for truststore

This follows what was done in commit 2f9467497c.
This commit is contained in:
guihkx
2024-11-16 15:44:00 -03:00
committed by DevilXD
parent 80f3e1b5f9
commit 950f404e47

View File

@@ -5,4 +5,4 @@ PyGObject; sys_platform == "linux" # required for better system tray support on
# environment-dependent dependencies
pywin32; sys_platform == "win32"
truststore; python_version >= "3.10"
truststore