index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-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') |