Skip to content

Commit 6ebc40c

Browse files
jefferytolu-zero
authored andcommitted
python-pyotp: Update to 2.9.0, update list of dependencies
Signed-off-by: Jeffery To <[email protected]>
1 parent 4f3b01e commit 6ebc40c

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

lang/python/python-pyotp/Makefile

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
include $(TOPDIR)/rules.mk
99

10-
PKG_NAME:=pyotp
11-
PKG_VERSION:=2.3.0
12-
PKG_RELEASE:=2
10+
PKG_NAME:=python-pyotp
11+
PKG_VERSION:=2.9.0
12+
PKG_RELEASE:=1
1313

14-
PYPI_NAME:=$(PKG_NAME)
15-
PKG_HASH:=fc537e8acd985c5cbf51e11b7d53c42276fee017a73aec7c07380695671ca1a1
14+
PYPI_NAME:=pyotp
15+
PKG_HASH:=346b6642e0dbdde3b4ff5a930b664ca82abfa116356ed48cc42c7d6590d36f63
1616

1717
PKG_MAINTAINER:=Josef Schlehofer <[email protected]>
1818
PKG_LICENSE:=MIT
@@ -26,15 +26,16 @@ define Package/python3-pyotp
2626
SUBMENU:=Python
2727
SECTION:=lang
2828
CATEGORY:=Languages
29-
TITLE:=Python One-Time Password Library
29+
TITLE:=One-Time Password Library
3030
URL:=https://github.com/pyauth/pyotp
31-
DEPENDS:=+python3-light
31+
DEPENDS:=+python3-light +python3-codecs +python3-urllib
3232
endef
3333

3434
define Package/python3-pyotp/description
35-
PyOTP is a Python library for generating and verifying one-time passwords.
36-
It can be used to implement two-factor (2FA) or multi-factor (MFA) authentication methods
37-
in web applications and in other systems that require users to log in.
35+
PyOTP is a Python library for generating and verifying one-time
36+
passwords. It can be used to implement two-factor (2FA) or multi-factor
37+
(MFA) authentication methods in web applications and in other systems
38+
that require users to log in.
3839
endef
3940

4041
$(eval $(call Py3Package,python3-pyotp))

0 commit comments

Comments
 (0)