python3-tensorrt: add tensorrt-core and tensorrt-plugins in the dependency list

Signed-off-by: Ilies CHERGUI <ilies.chergui@gmail.com>
This commit is contained in:
Ilies CHERGUI
2021-09-17 10:35:31 +01:00
committed by Matt Madison
parent 0214d5069e
commit c1dd9fbdfd

View File

@@ -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