python-psycopg2: update to 2.9.11
authorRosen Penev <redacted>
Mon, 23 Feb 2026 07:32:26 +0000 (23:32 -0800)
committerJosef Schlehofer <redacted>
Wed, 11 Mar 2026 17:54:49 +0000 (18:54 +0100)
Newer Python compatibility.

Signed-off-by: Rosen Penev <redacted>
lang/python/python-psycopg2/Makefile

index cd9ae9767b8edb5a9acf916ee16201e2713bc8d1..edf5d946fe4a6e84cbe3fefc0b81422e9205ce8d 100644 (file)
@@ -8,16 +8,19 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-psycopg2
-PKG_VERSION:=2.9.7
+PKG_VERSION:=2.9.11
 PKG_RELEASE:=1
 
 PYPI_NAME:=psycopg2
-PKG_HASH:=f00cc35bd7119f1fed17b85bd1007855194dde2cbd8de01ab8ebb17487440ad8
+PKG_HASH:=964d31caf728e217c697ff77ea69c2ba0865fa41ec20bb00f0977e62fdcc52e3
 
 PKG_MAINTAINER:=Daniel Danzberger <daniel@dd-wrt.com>
 PKG_LICENSE:=LGPL-3.0-or-later
 PKG_LICENSE_FILES:=LICENSE
 
+PKG_BUILD_DEPENDS:= \
+       python-setuptools/host
+
 include ../pypi.mk
 include $(INCLUDE_DIR)/package.mk
 include ../python3-package.mk
git clone https://git.99rst.org/PROJECT