sqlalchemy, forgot to add python3.10 package (#7955)

This commit is contained in:
Schrijvers Luc
2023-03-12 19:15:01 +01:00
committed by GitHub
parent a408da528e
commit 7cca4a236e

View File

@@ -8,7 +8,7 @@ simple and Pythonic domain language."
HOMEPAGE="https://www.sqlalchemy.org/"
COPYRIGHT="2006-2019 SQLAlchemy authors and contributors"
LICENSE="MIT"
REVISION="2"
REVISION="3"
SOURCE_URI="https://pypi.org/packages/source/S/SQLAlchemy/SQLAlchemy-$portVersion.tar.gz"
CHECKSUM_SHA256="758fc8c4d6c0336e617f9f6919f9daea3ab6bb9b07005eda9a1a682e24a6cacc"
SOURCE_DIR="SQLAlchemy-$portVersion"
@@ -59,6 +59,9 @@ if [ "$targetArchitecture" = "x86_gcc2" ]; then
PROVIDES_python39+="
sqlalchemy_python39 = $portVersion
"
PROVIDES_python310+="
sqlalchemy_python310 = $portVersion
"
fi
BUILD()