mirror of
https://github.com/openwrt/packages.git
synced 2026-06-20 12:10:15 +04:00
python-pyopenssl: fix build with wheel naming
This got broken at some point with some of the package updates. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
0525984e96
commit
63b6438260
@@ -9,9 +9,10 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-pyopenssl
|
||||
PKG_VERSION:=23.3.0
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PYPI_NAME:=pyOpenSSL
|
||||
PYTHON3_PKG_WHEEL_NAME:=pyopenssl
|
||||
PKG_HASH:=6b2cba5cc46e822750ec3e5a81ee12819850b11303630d575e98108a079c2b12
|
||||
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user