index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-05-05 22:40:53 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-05-05 22:40:53 +0300 |
commit | fcbc5efaa5d801ee428c9f3e6fffd5cc2925945c (patch) | |
tree | 30e53f26affead4eac4d8052fb9513720ba027bc /extra/python-hglib/PKGBUILD | |
parent | 2e81edefebeb1bd74298b2c7f78a4cf060cc65f8 (diff) |
-rw-r--r-- | extra/python-hglib/PKGBUILD | 3 |
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') |