index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | community/python-pifpaf/PKGBUILD | 1 |
diff --git a/community/python-pifpaf/PKGBUILD b/community/python-pifpaf/PKGBUILD index 5fd9f075..a7dd6b6b 100644 --- a/community/python-pifpaf/PKGBUILD +++ b/community/python-pifpaf/PKGBUILD @@ -1,2 +1,3 @@ # remove mongodb from checkdepends - it's not available for i686 and apparently not needed either checkdepends=(${checkdepends[@]/mongodb}) +checkdepends=(${checkdepends[@]/consul}) |