From c888beafb4d3adc9b751bfaac7b72643bf9f8096 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Fri, 21 Nov 2025 12:55:49 +0200 Subject: [PATCH] python-sqlalchemy: bump to version 2.0.44 And add python-setuptools/host, python-wheel/host as dependencies. Signed-off-by: Alexandru Ardelean --- lang/python/python-sqlalchemy/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/lang/python/python-sqlalchemy/Makefile b/lang/python/python-sqlalchemy/Makefile index c69c37f244..442c3b124b 100644 --- a/lang/python/python-sqlalchemy/Makefile +++ b/lang/python/python-sqlalchemy/Makefile @@ -8,18 +8,22 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-sqlalchemy -PKG_VERSION:=2.0.23 +PKG_VERSION:=2.0.44 PKG_RELEASE:=1 -PYPI_NAME:=SQLAlchemy -PKG_HASH:=c1bda93cbbe4aa2aa0aa8655c5aeda505cd219ff3e8da91d1d329e143e4aff69 +PYPI_NAME:=sqlalchemy +PKG_HASH:=0ae7454e1ab1d780aee69fd2aae7d6b8670a581d8847f2d1e0f7ddfbf47e5a22 PKG_MAINTAINER:=Josef Schlehofer PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE PKG_CPE_ID:=cpe:/a:sqlalchemy:sqlalchemy -PKG_BUILD_DEPENDS:=python-cython/host +PKG_BUILD_DEPENDS:= \ + python3/host \ + python-setuptools\host \ + python-wheel/host \ + python-cython/host include ../pypi.mk include $(INCLUDE_DIR)/package.mk -- 2.30.2