summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhirui Dai2024-02-11 18:38:01 -0800
committerZhirui Dai2024-02-11 18:38:01 -0800
commit64ca6cec27698cb3589c3d06ab2b24aa3ede712d (patch)
tree671d56e40b09cec7737105723f0a7f26d6c288c6
parent8133aea58e81b6de982feb3c5b682221a2417da0 (diff)
downloadaur-64ca6cec27698cb3589c3d06ab2b24aa3ede712d.tar.gz
add missing dependencies: python-plotly and python-dash
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1e2d8e9ecb7..df3ead6080ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = open3d
pkgdesc = A Modern Library for 3D Data Processing
pkgver = 0.18.0
- pkgrel = 2
+ pkgrel = 3
epoch = 1
url = http://www.open3d.org
arch = x86_64
@@ -21,6 +21,8 @@ pkgbase = open3d
depends = libpng
depends = mesa
depends = python
+ depends = python-plotly
+ depends = python-dash
depends = pybind11
depends = xorg-server-devel
depends = gcc12
diff --git a/PKGBUILD b/PKGBUILD
index 348af02145d6..5a7a021e0a01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=open3d
pkgname=( {,python-}open3d python-py3d )
pkgver=0.18.0
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="A Modern Library for 3D Data Processing"
arch=('x86_64')
@@ -23,6 +23,8 @@ depends=(
libpng
mesa
python
+ python-plotly
+ python-dash
pybind11
xorg-server-devel
gcc12