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:
Alexandru Ardelean
2026-03-25 12:07:28 +02:00
committed by Alexandru Ardelean
parent 0525984e96
commit 63b6438260
+2 -1
View File
@@ -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