mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 09:31:20 +00:00
treewide: remove uClibc++ support
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=pyodbc
|
||||
PKG_VERSION:=4.0.30
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PYPI_NAME:=$(PKG_NAME)
|
||||
PKG_HASH:=852b5deeeb3366af8b4408efed993501708be45d221881bce60c9aac54be726a
|
||||
@@ -18,7 +18,6 @@ PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>
|
||||
PKG_BUILD_DEPENDS:=unixodbc/host
|
||||
|
||||
include ../pypi.mk
|
||||
include $(INCLUDE_DIR)/uclibc++.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include ../python3-package.mk
|
||||
|
||||
@@ -28,7 +27,7 @@ define Package/python3-pyodbc
|
||||
SUBMENU:=Python
|
||||
TITLE:=python3-pyodbc
|
||||
URL:=https://github.com/mkleehammer/pyodbc
|
||||
DEPENDS:=+unixodbc +python3-light $(CXX_DEPENDS)
|
||||
DEPENDS:=+unixodbc +python3-light +libstdcpp
|
||||
endef
|
||||
|
||||
define Package/python3-pyodbc/description
|
||||
|
||||
Reference in New Issue
Block a user