diff options
author | Erich Eckner <git@eckner.net> | 2017-11-16 13:17:33 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-11-16 13:17:33 +0100 |
commit | 415e2efcd28dc91d9f46599c992a4602b7fa0d5a (patch) | |
tree | 2e9e27b92fe424b66e5d2b9af302efa1b9d823e1 /community/python-pifpaf | |
parent | 287a45a6120951a10b59b0c2918b36b7fcff7c74 (diff) | |
download | packages-415e2efcd28dc91d9f46599c992a4602b7fa0d5a.tar.xz |
community/python-pifpaf: remove consul from checkdepends
Diffstat (limited to 'community/python-pifpaf')
-rw-r--r-- | community/python-pifpaf/PKGBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
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}) |