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

Felix Yan felixonmars at archlinux.org
Fri Mar 10 06:08:56 UTC 2017


    Date: Friday, March 10, 2017 @ 06:08:56
  Author: felixonmars
Revision: 290458

upgpkg: python-cryptography 1.8.1-2

add a missing dependency

Modified:
  python-cryptography/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-10 05:40:32 UTC (rev 290457)
+++ PKGBUILD	2017-03-10 06:08:56 UTC (rev 290458)
@@ -4,7 +4,7 @@
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
 pkgver=1.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A package designed to expose cryptographic recipes and primitives to Python developers"
 arch=('i686' 'x86_64')
 license=('Apache')
@@ -11,7 +11,7 @@
 url="http://pypi.python.org/pypi/cryptography"
 makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 'python2-six' 'python-cffi'
              'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 'python-idna'
-             'python2-idna' 'python2-ipaddress')
+             'python2-idna' 'python2-ipaddress' 'python-asn1crypto' 'python2-asn1crypto')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' "python-cryptography-vectors=$pkgver"
               "python2-cryptography-vectors=$pkgver" 'python-iso8601' 'python2-iso8601'
               'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 'python2-pyasn1-modules'
@@ -40,7 +40,8 @@
 }
 
 package_python-cryptography() {
-   depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna' 'python-setuptools')
+   depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna' 'python-setuptools'
+            'python-asn1crypto')
 
    cd cryptography-$pkgver
    python setup.py install --root="$pkgdir" --optimize=1 --skip-build
@@ -48,7 +49,7 @@
 
 package_python2-cryptography() {
    depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34' 'python2-idna'
-            'python2-ipaddress' 'python2-setuptools')
+            'python2-ipaddress' 'python2-setuptools' 'python2-asn1crypto')
 
    cd cryptography-$pkgver-python2
    python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build



More information about the arch-commits mailing list