You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
keyring now as a hard dependency on secretstorage which has a hard dependency on dbus-python and on Debian python-dbus (a system level package). This does not make sense for WSGI apps where the keyring will never be used, thus having a hard dependency on keyring while nice for the command-line interface is now problematic for APIs.
If keyring is installed, then use it. But if not, then please disable storage.
Filing this here in case keyring doesn't resolve this per jaraco/keyring#236; issues has already been field with secretstorage twice and they refuse to break the hard dependency at that level.
The text was updated successfully, but these errors were encountered:
Initially filed this as being directly related to secretstorage as I had thought that was the being directly pulled in by pyrax, however it's a dependency of a dependency so I updated this accordingly.
keyring now as a hard dependency on
secretstorage
which has a hard dependency ondbus-python
and on Debianpython-dbus
(a system level package). This does not make sense for WSGI apps where the keyring will never be used, thus having a hard dependency on keyring while nice for the command-line interface is now problematic for APIs.If
keyring
is installed, then use it. But if not, then please disable storage.Filing this here in case
keyring
doesn't resolve this per jaraco/keyring#236; issues has already been field withsecretstorage
twice and they refuse to break the hard dependency at that level.The text was updated successfully, but these errors were encountered: