[arch-commits] Commit in python-secretstorage/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Aug 23 09:03:41 UTC 2017


    Date: Wednesday, August 23, 2017 @ 09:03:41
  Author: felixonmars
Revision: 253066

upgpkg: python-secretstorage 2.3.1-3

fix dependencies

Modified:
  python-secretstorage/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-23 08:15:05 UTC (rev 253065)
+++ PKGBUILD	2017-08-23 09:03:41 UTC (rev 253066)
@@ -6,14 +6,13 @@
 pkgbase=python-secretstorage
 pkgname=(python-secretstorage python2-secretstorage)
 pkgver=2.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Securely store passwords and other private data using the SecretService DBus API"
 arch=('any')
 url="https://pypi.python.org/pypi/SecretStorage"
 license=('BSD')
-makedepends=('python-dbus' 'python2-dbus' 'python-crypto' 'python2-crypto' 'dbus-glib'
-             'python-cryptography' 'python2-cryptography')
-checkdepends=('gnome-keyring' 'xorg-server-xvfb' 'dbus-glib')
+makedepends=('python-dbus' 'python2-dbus' 'dbus-glib' 'python-cryptography' 'python2-cryptography')
+checkdepends=('gnome-keyring' 'xorg-server-xvfb')
 source=("https://pypi.io/packages/source/S/SecretStorage/SecretStorage-${pkgver}.tar.gz")
 md5sums=('3b9465831b069e2622973afb7deb7bc2')
 
@@ -30,7 +29,7 @@
 }
 
 package_python-secretstorage() {
-  depends=('python-dbus' 'python-crypto' 'dbus-glib' 'python-cryptography')
+  depends=('python-dbus' 'dbus-glib' 'python-cryptography')
 
   cd SecretStorage-$pkgver
   python setup.py install -O1 --root="$pkgdir"
@@ -38,7 +37,7 @@
 }
 
 package_python2-secretstorage() {
-  depends=('python2-dbus' 'python2-crypto' 'dbus-glib' 'python2-cryptography')
+  depends=('python2-dbus' 'dbus-glib' 'python2-cryptography')
 
   cd SecretStorage-$pkgver-py2
   python2 setup.py install -O1 --root="$pkgdir"



More information about the arch-commits mailing list