mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/python2-cryptography: Update DEPs
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
46c7d060bd
commit
d5a1d002bc
2 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue