summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLingMan2023-04-28 16:46:15 +0200
committerLingMan2023-04-28 16:46:15 +0200
commitbb157b8f0f15864b50b77aa54288b3efa695f75c (patch)
treec31b88de23cb8ef97d88be4ff0803d7c9afe9053
parentf626853d546d1ab318adf951b5804509286b5c34 (diff)
downloadaur-bb157b8f0f15864b50b77aa54288b3efa695f75c.tar.gz
Drop python2-idna dependency
It's been unused since cryptography v3.1: https://github.com/pyca/cryptography/blob/3.3.2/CHANGELOG.rst#31---2020-08-26
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ef23fb455c5..83cbd05c0044 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = python2-cryptography
depends = python2-six
depends = python2-cffi
depends = python2-enum34
- depends = python2-idna
depends = python2-ipaddress
depends = glibc
depends = openssl-1.1
diff --git a/PKGBUILD b/PKGBUILD
index 14066cba62b0..98b86cfddff8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,8 +7,8 @@ pkgdesc="A package designed to expose cryptographic recipes and primitives to Py
arch=('x86_64')
license=('Apache')
url="https://pypi.python.org/pypi/cryptography"
-depends=('python2-six' 'python2-cffi' 'python2-enum34' 'python2-idna' 'python2-ipaddress' 'glibc'
- 'openssl-1.1' 'python2')
+depends=('python2-six' 'python2-cffi' 'python2-enum34' 'python2-ipaddress' 'glibc' 'openssl-1.1'
+ 'python2')
makedepends=('python2-setuptools')
source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz")
sha512sums=('55f6ee13342b3209b1fcb310f4c4d33d22856ee785cb2347e6ad36c34e9b42f6e0d5bece8e458b09663a5b78e34c4567fe7a211b51ca71f55ccc93e3f62dc5e4')