From 79d98fb58b4f6571e4c71be783b9a754fd6a82e3 Mon Sep 17 00:00:00 2001 From: lzcoder Date: Thu, 29 Jun 2023 00:39:34 -0300 Subject: [PATCH] git-cola: Add python3-packaging to depends --- srcpkgs/git-cola/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/git-cola/template b/srcpkgs/git-cola/template index 383eb23f1b68..17e41aad7743 100644 --- a/srcpkgs/git-cola/template +++ b/srcpkgs/git-cola/template @@ -1,10 +1,10 @@ # Template file for 'git-cola' pkgname=git-cola version=4.2.1 -revision=1 +revision=2 build_style=python3-pep517 hostmakedepends="python3-setuptools_scm python3-wheel" -depends="git qt5-svg python3-PyQt5-webkit python3-QtPy" +depends="git qt5-svg python3-PyQt5-webkit python3-QtPy python3-packaging" short_desc="Highly caffeinated Git GUI" maintainer="Andrea Brancaleoni " license="GPL-2.0-only"