mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
python-sqlalchemy: fix typo
fix typo Signed-off-by: Andy Chiang <AndyChiang_git@outlook.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=python-sqlalchemy
|
PKG_NAME:=python-sqlalchemy
|
||||||
PKG_VERSION:=2.0.44
|
PKG_VERSION:=2.0.44
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PYPI_NAME:=sqlalchemy
|
PYPI_NAME:=sqlalchemy
|
||||||
PKG_HASH:=0ae7454e1ab1d780aee69fd2aae7d6b8670a581d8847f2d1e0f7ddfbf47e5a22
|
PKG_HASH:=0ae7454e1ab1d780aee69fd2aae7d6b8670a581d8847f2d1e0f7ddfbf47e5a22
|
||||||
@@ -21,7 +21,7 @@ PKG_CPE_ID:=cpe:/a:sqlalchemy:sqlalchemy
|
|||||||
|
|
||||||
PKG_BUILD_DEPENDS:= \
|
PKG_BUILD_DEPENDS:= \
|
||||||
python3/host \
|
python3/host \
|
||||||
python-setuptools\host \
|
python-setuptools/host \
|
||||||
python-wheel/host \
|
python-wheel/host \
|
||||||
python-cython/host
|
python-cython/host
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user