File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 7
7
8
8
include $(TOPDIR ) /rules.mk
9
9
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
13
13
14
- PYPI_NAME: =$( PKG_NAME )
15
- PKG_HASH: =fc537e8acd985c5cbf51e11b7d53c42276fee017a73aec7c07380695671ca1a1
14
+ PYPI_NAME: =pyotp
15
+ PKG_HASH: =346b6642e0dbdde3b4ff5a930b664ca82abfa116356ed48cc42c7d6590d36f63
16
16
17
17
PKG_MAINTAINER: =Josef Schlehofer <
[email protected] >
18
18
PKG_LICENSE: =MIT
@@ -26,15 +26,16 @@ define Package/python3-pyotp
26
26
SUBMENU:=Python
27
27
SECTION:=lang
28
28
CATEGORY:=Languages
29
- TITLE:=Python One-Time Password Library
29
+ TITLE:=One-Time Password Library
30
30
URL:=https://github.com/pyauth/pyotp
31
- DEPENDS:=+python3-light
31
+ DEPENDS:=+python3-light +python3-codecs +python3-urllib
32
32
endef
33
33
34
34
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.
38
39
endef
39
40
40
41
$(eval $(call Py3Package,python3-pyotp))
You can’t perform that action at this time.
0 commit comments