From: MyungJoo Ham Date: Wed, 14 Aug 2019 00:45:13 +0000 (+0900) Subject: [Debian] Remove tensorflow-dev build-dep for arm64 X-Git-Tag: accepted/tizen/unified/20190905.060558~34 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab44791a513632642aae00cdd035c207ed9c45ae;p=platform%2Fupstream%2Fnnstreamer.git [Debian] Remove tensorflow-dev build-dep for arm64 We are removing tensorflow-arm64 from our PPA. Signed-off-by: MyungJoo Ham --- diff --git a/debian/control b/debian/control index 5c0e9f4..c728308 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Build-Depends: gcc (>=5), ninja-build, meson (>=0.42), libgtest-dev, ssat, libpng-dev, libopencv-dev, liborc-0.4-dev, python, python-numpy, python3, python3-dev, python3-numpy, tensorflow-lite-dev, pytorch, - tensorflow-dev [amd64 arm64], python2.7-dev, libprotobuf-dev [amd64 arm64 armhf] + tensorflow-dev [amd64], python2.7-dev, libprotobuf-dev [amd64 arm64 armhf] Standards-Version: 3.9.6 Homepage: https://github.com/nnsuite/nnstreamer @@ -21,7 +21,7 @@ Description: NNStreamer plugins for Gstreamer Gstreamer plugins, "NNStreamer", provides access to neural network frameworks for media streams. Package: nnstreamer-tensorflow -Architecture: amd64 arm64 +Architecture: amd64 Multi-Arch: same Depends: nnstreamer, tensorflow | tensorflow-dev, ${shlibs:Depends}, ${misc:Depends} Description: NNStreamer TensorFlow Support