Date: Saturday, March 13, 2021 @ 15:14:00
  Author: ffy00
Revision: 890301

add missing python-importlib-metadata dependency (23.0.0-2)

Modified:
  python-keyring/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-03-13 15:11:37 UTC (rev 890300)
+++ PKGBUILD    2021-03-13 15:14:00 UTC (rev 890301)
@@ -8,12 +8,12 @@
 pkgname=python-keyring
 _pkgname=keyring
 pkgver=23.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Store and access your passwords safely'
 arch=('any')
 url='https://github.com/jaraco/keyring'
 license=('PSF' 'MIT')
-depends=('python-entrypoints' 'python-secretstorage')
+depends=('python-entrypoints' 'python-secretstorage' 
'python-importlib-metadata')
 makedepends=('git' 'python-setuptools-scm')
 checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python-pytest-black' 'python-pytest-cov' 'python-pytest-mypy' 
'python-keyrings-alt')
 optdepends=('python-keyrings-alt: Alternative backends'

Reply via email to