python-rsa: downgrade to version 4.5 for python2

Note:
This fixes error introduced in 7af8eaad11
Version 4.6 doesn't support python2

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
This commit is contained in:
Jan Pavlinec 2020-09-08 12:09:39 +02:00
parent eae1bb397f
commit 1cf41a88c5
No known key found for this signature in database
GPG key ID: 60244CCEFB39E584

View file

@ -1,11 +1,18 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=rsa
ifeq ($(BUILD_VARIANT),python3)
PKG_VERSION:=4.6
PKG_HASH:=109ea5a66744dd859bf16fe904b8d8b627adafb9408753161e766a92e7d681fa
else
PKG_VERSION:=4.5
PKG_HASH:=4d409f5a7d78530a4a2062574c7bd80311bc3af29b364e293aa9b03eea77714f
endif
PKG_RELEASE:=1
PYPI_NAME:=$(PKG_NAME)
PKG_HASH:=109ea5a66744dd859bf16fe904b8d8b627adafb9408753161e766a92e7d681fa
PKG_MAINTAINER:=Daniel Danzberger <daniel@dd-wrt.com>
PKG_LICENSE:=MIT