From fcbc5efaa5d801ee428c9f3e6fffd5cc2925945c Mon Sep 17 00:00:00 2001 From: Tasos Sahanidis Date: Sun, 5 May 2024 22:40:53 +0300 Subject: extra/python-hglib: Add dependency to setuptools --- extra/python-hglib/PKGBUILD | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extra/python-hglib/PKGBUILD b/extra/python-hglib/PKGBUILD index 2064f1d3..cbc50216 100644 --- a/extra/python-hglib/PKGBUILD +++ b/extra/python-hglib/PKGBUILD @@ -9,3 +9,6 @@ #SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? unset check unset checkdepends + +# setuptools won't be installed if we don't use checkdepends, so add it manually +depends+=('python-setuptools') -- cgit v1.2.3-54-g00ecf