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