summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-05-24 10:51:05 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-05-24 10:51:05 +0200
commit790623bad4defa83fb4604f5aa2eec39cbf1aeac (patch)
treead7b5a7b49e00addb14777061136ebf05b88e241 /community
parentaf0f45bde711207893a3f4d1d1fca1b871613bac (diff)
downloadpackages-790623bad4defa83fb4604f5aa2eec39cbf1aeac.tar.xz
community/python-factory-boy: removed mongodb from checkdepends
Diffstat (limited to 'community')
-rw-r--r--community/python-factory-boy/PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/community/python-factory-boy/PKGBUILD b/community/python-factory-boy/PKGBUILD
new file mode 100644
index 00000000..5fd9f075
--- /dev/null
+++ b/community/python-factory-boy/PKGBUILD
@@ -0,0 +1,2 @@
+# remove mongodb from checkdepends - it's not available for i686 and apparently not needed either
+checkdepends=(${checkdepends[@]/mongodb})