Source: python-keyring
Section: python
Priority: optional
Standards-Version: 4.5.0
Maintainer: Wong Hoi Sing Edison <hswong3i@pantarei-design.com>
Homepage: https://github.com/jaraco/keyring/tags
Vcs-Browser: https://github.com/alvistack/jaraco-keyring
Vcs-Git: https://github.com/alvistack/jaraco-keyring.git
Build-Depends:
 debhelper,
 debhelper-compat (= 10),
 dh-python,
 fdupes,
 python3-dev,
 python3-pip,

Package: python3-keyring
Architecture: all
Description: Store and access your passwords safely
 The Python keyring library provides an easy way to access the system
 keyring service from python. It can be used in any application that
 needs safe password storage.
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3,
 python3-importlib-metadata (>= 4.11.4),
 python3-importlib-resources,
 python3-jaraco.classes,
 python3-jaraco.context,
 python3-jaraco.functools,
 python3-jeepney (>= 0.4.2),
 python3-secretstorage (>= 3.2),
