Skip to content

Commit e6aa516

Browse files
committed
python-psycopg2: update to 2.9.11
Newer Python compatibility. Signed-off-by: Rosen Penev <rosenp@gmail.com>
1 parent 7f3badc commit e6aa516

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

lang/python/python-psycopg2/Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,19 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=python-psycopg2
11-
PKG_VERSION:=2.9.7
11+
PKG_VERSION:=2.9.11
1212
PKG_RELEASE:=1
1313

1414
PYPI_NAME:=psycopg2
15-
PKG_HASH:=f00cc35bd7119f1fed17b85bd1007855194dde2cbd8de01ab8ebb17487440ad8
15+
PKG_HASH:=964d31caf728e217c697ff77ea69c2ba0865fa41ec20bb00f0977e62fdcc52e3
1616

1717
PKG_MAINTAINER:=Daniel Danzberger <daniel@dd-wrt.com>
1818
PKG_LICENSE:=LGPL-3.0-or-later
1919
PKG_LICENSE_FILES:=LICENSE
2020

21+
PKG_BUILD_DEPENDS:= \
22+
python-setuptools/host
23+
2124
include ../pypi.mk
2225
include $(INCLUDE_DIR)/package.mk
2326
include ../python3-package.mk

0 commit comments

Comments
 (0)