From fb73bb44c98241f492b27ef810d231642cd300a8 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Thu, 6 Jan 2022 23:29:42 +0100 Subject: [PATCH] python-SQLAlchemy: add missing python3 dependency --- srcpkgs/python-SQLAlchemy/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template index 7443662c1ed..359aa5084f2 100644 --- a/srcpkgs/python-SQLAlchemy/template +++ b/srcpkgs/python-SQLAlchemy/template @@ -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