mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
python-greenlet: upgrade to version 3.2.4
This upgrades greenlet to 3.2.4 Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
33d013e51b
commit
085c2eb58c
@@ -8,11 +8,11 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-greenlet
|
||||
PKG_VERSION:=3.0.2
|
||||
PKG_VERSION:=3.2.4
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=greenlet
|
||||
PKG_HASH:=1c1129bc47266d83444c85a8e990ae22688cf05fb20d7951fd2866007c2ba9bc
|
||||
PKG_HASH:=0dca0d95ff849f9a364385f36ab49f50065d76964944638be9691e1832e9f86d
|
||||
|
||||
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec1@gmail.com>
|
||||
PKG_LICENSE:=MIT
|
||||
@@ -20,7 +20,12 @@ PKG_LICENSE_FILES:=LICENSE
|
||||
# FIXME: remove when GCC10 is the oldest supported compiler, or the issue goes away
|
||||
PKG_BUILD_FLAGS:=no-mips16
|
||||
|
||||
HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host
|
||||
HOST_BUILD_DEPENDS:= \
|
||||
python3/host \
|
||||
python-setuptools/host \
|
||||
python-build/host \
|
||||
python-installer/host \
|
||||
python-wheel/host
|
||||
|
||||
include ../pypi.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
||||
Reference in New Issue
Block a user