diff options
author | Erich Eckner <git@eckner.net> | 2017-08-15 15:27:15 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-08-15 15:27:15 +0200 |
commit | 38304314bca522dc634bad7d7b7ecfd2a67ee14e (patch) | |
tree | 7296c312616270af33d1851f0a6e31b80404a3ac /community/python-pifpaf | |
parent | e34ac977bc29ff67e73a72248f5e9eda1e3a29e8 (diff) | |
download | packages-38304314bca522dc634bad7d7b7ecfd2a67ee14e.tar.xz |
community/python-pifpaf: remove mongodb from checkdepends
Diffstat (limited to 'community/python-pifpaf')
-rw-r--r-- | community/python-pifpaf/PKGBUILD | 2 |
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}) |