| author | Rafael Fontenelle
<rafaelff@gnome.org> 2024-03-07 19:41:46 UTC |
| committer | Jelle van der Waa
<jelle@archlinux.org> 2024-04-23 18:59:59 UTC |
| parent | cec4f0affecd58e53e67e4d40ab353fd0c4a6c0f |
| PKGBUILD | +1 | -1 |
diff --git a/PKGBUILD b/PKGBUILD index 5a51946..e7167b3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -15,7 +15,7 @@ url='https://github.com/jaraco/keyring' license=('PSF-2.0' 'MIT') depends=('python-jaraco.classes' 'python-secretstorage' 'python-jaraco.functools' 'python-jaraco.context') makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 'python-wheel') -checkdepends=('python-pytest-flake8' 'python-pytest-runner' 'python-pytest-black' 'python-pytest-mypy') +checkdepends=('python-pytest-flake8' 'python-pytest' 'python-pytest-black' 'python-pytest-cov' 'python-pytest-mypy') optdepends=('python-keyrings-alt: Alternative backends' 'python-dbus: kwallet backend') source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)