From ae455fe7c8ad1ac6a5f9dd4bfb9d52c43e85af3f Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Thu, 6 Jan 2022 23:29:42 +0100 Subject: [PATCH] python-lxml: add missing python3 dependency --- srcpkgs/python-lxml/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python-lxml/template b/srcpkgs/python-lxml/template index 12f708f0f3f..f01ee0c963c 100644 --- a/srcpkgs/python-lxml/template +++ b/srcpkgs/python-lxml/template @@ -1,7 +1,7 @@ # Template file for 'python-lxml' pkgname=python-lxml version=4.6.4 -revision=1 +revision=2 wrksrc="lxml-lxml-${version}" build_style=python-module make_build_args="--with-cython" @@ -28,6 +28,7 @@ post_install() { python3-lxml_package() { short_desc="${short_desc/Python2/Python3}" + depends="python3" pkg_install() { vmove usr/lib/python3* vlicense LICENSES.txt