python-sqlalchemy: fix typo
authorAndy Chiang <[email protected]>
Sun, 23 Nov 2025 18:31:59 +0000 (01:31 +0700)
committerHannu Nyman <[email protected]>
Sun, 23 Nov 2025 20:55:48 +0000 (22:55 +0200)
fix typo

Signed-off-by: Andy Chiang <[email protected]>
lang/python/python-sqlalchemy/Makefile

index 442c3b124b7738393ff1b5a374ab13b4532b341b..15a73a3dd8dc8ae29e0e7ef9b6dc43ee1fa5e6b6 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-sqlalchemy
 PKG_VERSION:=2.0.44
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PYPI_NAME:=sqlalchemy
 PKG_HASH:=0ae7454e1ab1d780aee69fd2aae7d6b8670a581d8847f2d1e0f7ddfbf47e5a22
@@ -21,7 +21,7 @@ PKG_CPE_ID:=cpe:/a:sqlalchemy:sqlalchemy
 
 PKG_BUILD_DEPENDS:= \
        python3/host \
-       python-setuptools\host \
+       python-setuptools/host \
        python-wheel/host \
        python-cython/host