$OpenBSD: patch-spyder_widgets_github_gh_login_py,v 1.1.1.1 2018/08/29 23:17:16 sthen Exp $

Index: spyder/widgets/github/gh_login.py
--- spyder/widgets/github/gh_login.py.orig
+++ spyder/widgets/github/gh_login.py
@@ -78,7 +78,7 @@ class DlgGitHubLogin(QDialog):
         self.cb_remember = None
         # Check if we are not in Python 2 and Linux because
         # there's no keyring backend there
-        valid_py_os = not (PY2 and sys.platform.startswith('linux'))
+        valid_py_os = not (PY2 and sys.platform.startswith(('linux','openbsd')))
         if self.is_keyring_available() and valid_py_os:
             self.cb_remember = QCheckBox(_("Remember me"))
             self.cb_remember.setToolTip(_("Spyder will save your credentials "
