diff options
author | Tianling Shen <cnsztl@immortalwrt.org> | 2023-05-27 14:29:12 +0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2023-05-28 09:31:24 +0300 |
commit | f02f3ee8c768085eaf6225f6b25121e7efe07fde (patch) | |
tree | 1621c5778b8fe7702e5037f544cf2c8b946ec9b2 /lang | |
parent | b76fa19b26027f8472617598c19b9e071eef81bb (diff) |
pyodbc: Update to 4.0.39
* Fixed build with Python 3.11
* Removed unnecessary build depends
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/pyodbc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/python/pyodbc/Makefile b/lang/python/pyodbc/Makefile index 4e16ebb8e..33b32f094 100644 --- a/lang/python/pyodbc/Makefile +++ b/lang/python/pyodbc/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pyodbc -PKG_VERSION:=4.0.32 +PKG_VERSION:=4.0.39 PKG_RELEASE:=1 PYPI_NAME:=$(PKG_NAME) -PKG_HASH:=9be5f0c3590655e1968488410fe3528bb8023d527e7ccec1f663d64245071a6b -PKG_BUILD_DEPENDS:=python3 unixodbc +PKG_HASH:=e528bb70dd6d6299ee429868925df0866e3e919c772b9eff79c8e17920d8f116 + PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE.txt PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org> |