[arch-commits] Commit in python-keyring/trunk (PKGBUILD)
Filipe Laíns
ffy00 at archlinux.org
Fri Apr 12 08:12:58 UTC 2019
Date: Friday, April 12, 2019 @ 08:12:58
Author: ffy00
Revision: 451214
remove unused python2 dependencies
Modified:
python-keyring/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-04-12 07:27:32 UTC (rev 451213)
+++ PKGBUILD 2019-04-12 08:12:58 UTC (rev 451214)
@@ -14,8 +14,8 @@
url='https://github.com/jaraco/keyring'
license=('PSF' 'MIT')
depends=('python-entrypoints' 'python-secretstorage')
-makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 'python-entrypoints')
-checkdepends=('python-pytest-flake8' 'python-pytest-runner' 'python2-pytest-flake8')
+makedepends=('python-setuptools-scm' 'python-entrypoints')
+checkdepends=('python-pytest-flake8' 'python-pytest-runner')
optdepends=('python-keyrings-alt: Alternative backends'
'python-dbus: kwallet backend')
source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
More information about the arch-commits
mailing list