python-SQLAlchemy: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-06 23:29:42 +01:00
parent ae455fe7c8
commit fb73bb44c9

View file

@ -1,7 +1,7 @@
# Template file for 'python-SQLAlchemy'
pkgname=python-SQLAlchemy
version=1.3.18
revision=3
revision=4
wrksrc="SQLAlchemy-${version}"
build_style=python-module
hostmakedepends="python-setuptools python3-setuptools"
@ -21,6 +21,7 @@ post_install() {
python3-SQLAlchemy_package() {
short_desc="${short_desc/Python2/Python3}"
depends="python3"
pkg_install() {
vmove usr/lib/python3*
vlicense LICENSE