summaryrefslogtreecommitdiffstats
path: root/python/pyjwt
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2021-10-10 16:46:44 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-10-13 00:51:23 +0700
commit44a2862f70e02dbf3842255e54c569ee8e800402 (patch)
treed6f6e70ba13a896123804c84e627db3408c5e7f4 /python/pyjwt
parent7414c5c325f2b4c1a0028d5a7e9ae7ec5785d707 (diff)
downloadslackbuilds-44a2862f70e02dbf3842255e54c569ee8e800402.tar.gz
slackbuilds-44a2862f70e02dbf3842255e54c569ee8e800402.tar.xz
python/python2-pycrypto: Renamed to clarify it's python2 only
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyjwt')
-rw-r--r--python/pyjwt/pyjwt.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pyjwt/pyjwt.info b/python/pyjwt/pyjwt.info
index 691e15431a..0e09a1b6cf 100644
--- a/python/pyjwt/pyjwt.info
+++ b/python/pyjwt/pyjwt.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/jpadilla/pyjwt/archive/1.4.2/pyjwt-1.4.2.tar.gz"
MD5SUM="f410b3940a01366312e121e034ef8eea"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="cryptography pycrypto ecdsa"
+REQUIRES="cryptography python2-pycrypto ecdsa"
MAINTAINER="Andre Barboza"
EMAIL="bmg.andre@gmail.com"