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

Evangelos Foutras foutrelis at archlinux.org
Mon Apr 17 15:39:53 UTC 2017


    Date: Monday, April 17, 2017 @ 15:39:52
  Author: foutrelis
Revision: 223500

upgpkg: python-paramiko 2.1.2-2

Depend on pyasn1 now that cryptography has switched to asn1crypto.

Modified:
  python-paramiko/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-17 15:38:24 UTC (rev 223499)
+++ PKGBUILD	2017-04-17 15:39:52 UTC (rev 223500)
@@ -7,12 +7,13 @@
 pkgbase=python-paramiko
 pkgname=(python-paramiko python2-paramiko)
 pkgver=2.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Python module that implements the SSH2 protocol"
 url="https://github.com/paramiko/paramiko/"
 license=('LGPL')
 arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-cryptography' 'python2-cryptography' 'git')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cryptography'
+             'python2-cryptography' 'python-pyasn1' 'python2-pyasn1' 'git')
 source=("git+https://github.com/paramiko/paramiko.git#tag=$pkgver")
 md5sums=('SKIP')
 
@@ -33,7 +34,7 @@
 }
 
 package_python-paramiko() {
-  depends=('python-setuptools' 'python-cryptography')
+  depends=('python-setuptools' 'python-cryptography' 'python-pyasn1')
   cd "$srcdir/paramiko"
 
   python setup.py install --root="$pkgdir" --optimize=1
@@ -43,7 +44,7 @@
 }
 
 package_python2-paramiko() {
-  depends=('python2-setuptools' 'python2-cryptography')
+  depends=('python2-setuptools' 'python2-cryptography' 'python2-pyasn1')
   cd "$srcdir/paramiko-py2"
 
   python2 setup.py install --root="$pkgdir" --optimize=1
@@ -51,4 +52,3 @@
   install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
   chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py
 }
-



More information about the arch-commits mailing list