summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9a355bfff60..05a6e7fb597a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = python-fiftyone
license = Apache-2.0
makedepends = python-setuptools
depends = ffmpeg
+ depends = mongodb
depends = python-aiofiles
depends = python-argcomplete
depends = python-boto3
diff --git a/PKGBUILD b/PKGBUILD
index 94d6e0717e6e..3b83fe188142 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,6 +15,7 @@ url=https://github.com/$_repo
depends=(
# NOTE: Some "common" dependencies are marked "missing" since the AUR packages don't exist yet.
ffmpeg
+ mongodb
python-aiofiles
python-argcomplete
python-boto3