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

Filipe Laíns ffy00 at archlinux.org
Mon Aug 20 23:01:34 UTC 2018


    Date: Monday, August 20, 2018 @ 23:01:34
  Author: ffy00
Revision: 372935

fix dependencies

Modified:
  python-secretstorage/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-20 22:58:33 UTC (rev 372934)
+++ PKGBUILD	2018-08-20 23:01:34 UTC (rev 372935)
@@ -8,7 +8,7 @@
 _pkgname=SecretStorage
 pkgname=(python-secretstorage python2-secretstorage)
 pkgver=3.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Securely store passwords and other private data using the SecretService DBus API"
 arch=('any')
 url="https://github.com/mitya57/secretstorage"
@@ -43,7 +43,7 @@
 }
 
 package_python-secretstorage() {
-  depends=('python')
+  depends=('python-cryptography' 'python-jeepney')
   cd $_pkgname-$pkgver
 
   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
@@ -51,7 +51,7 @@
 }
 
 package_python2-secretstorage() {
-  depends=('python2')
+  depends=('python2-cryptography')
   cd $_pkgname-$pkgver-py2
 
   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build



More information about the arch-commits mailing list