From c1dd9fbdfd3862ab494c8d2b66fdefda14c02cb6 Mon Sep 17 00:00:00 2001 From: Ilies CHERGUI Date: Fri, 17 Sep 2021 10:35:31 +0100 Subject: [PATCH] python3-tensorrt: add tensorrt-core and tensorrt-plugins in the dependency list Signed-off-by: Ilies CHERGUI --- .../recipes-devtools/python3-tensorrt/python3-tensorrt_8.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/meta-python/recipes-devtools/python3-tensorrt/python3-tensorrt_8.0.1.bb b/external/meta-python/recipes-devtools/python3-tensorrt/python3-tensorrt_8.0.1.bb index ada054f7..1ea6984c 100644 --- a/external/meta-python/recipes-devtools/python3-tensorrt/python3-tensorrt_8.0.1.bb +++ b/external/meta-python/recipes-devtools/python3-tensorrt/python3-tensorrt_8.0.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://developer.nvidia.com/tensorrt" LICENSE = "Proprietary" LIC_FILES_CHKSUM = "file://python/packaging/LICENSE.txt;md5=c291e0a531e08d4914e269730ba2f70d" -DEPENDS = "python3-pybind11 tensorrt" +DEPENDS = "python3-pybind11 tensorrt-core tensorrt-plugins" inherit setuptools3 cmake cuda