summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2017-08-15 15:27:15 +0200
committerErich Eckner <git@eckner.net>2017-08-15 15:27:15 +0200
commit38304314bca522dc634bad7d7b7ecfd2a67ee14e (patch)
tree7296c312616270af33d1851f0a6e31b80404a3ac /community
parente34ac977bc29ff67e73a72248f5e9eda1e3a29e8 (diff)
downloadpackages-38304314bca522dc634bad7d7b7ecfd2a67ee14e.tar.xz
community/python-pifpaf: remove mongodb from checkdepends
Diffstat (limited to 'community')
-rw-r--r--community/python-pifpaf/PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/community/python-pifpaf/PKGBUILD b/community/python-pifpaf/PKGBUILD
new file mode 100644
index 00000000..5fd9f075
--- /dev/null
+++ b/community/python-pifpaf/PKGBUILD
@@ -0,0 +1,2 @@
+# remove mongodb from checkdepends - it's not available for i686 and apparently not needed either
+checkdepends=(${checkdepends[@]/mongodb})