python/python2-cryptography: Update DEPs

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2023-04-29 14:43:02 -07:00 committed by Willy Sudiarto Raharjo
parent 46c7d060bd
commit d5a1d002bc
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python2-cryptography
SRCNAM=cryptography
VERSION=${VERSION:-3.3.2}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/d4/85/38715448253404186029c575
MD5SUM="e2ce2ec8a63965fad351f36ed70fde4b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyasn1 cffi ipaddress asn1crypto python3-wheel"
REQUIRES="python2-pyasn1 cffi ipaddress python2-asn1crypto python3-wheel"
MAINTAINER="Heinz Wiesinger"
EMAIL="pprkut@slackbuilds.org"