commit | 316dfdd917bec6a218f431211d28bf8df6b6fb0f | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Mon Jun 25 12:45:53 2018 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Wed Jun 27 14:38:15 2018 -0400 |
tree | 5541073f9851f44c2bd67b4959dc776ee3c3810f | |
parent | 36acd3e888044dea2ac0b2946f15616f968388c9 [diff] [blame] |
Yocto 2.5 Move OpenBMC to Yocto 2.5(sumo) Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com> Change-Id: I5c5ad6904a16e14c1c397f0baf10c9d465594a78
diff --git a/import-layers/meta-openembedded/meta-python/recipes-devtools/python/python-passlib.inc b/import-layers/meta-openembedded/meta-python/recipes-devtools/python/python-passlib.inc index f289c0e..9e477ec 100644 --- a/import-layers/meta-openembedded/meta-python/recipes-devtools/python/python-passlib.inc +++ b/import-layers/meta-openembedded/meta-python/recipes-devtools/python/python-passlib.inc
@@ -11,3 +11,9 @@ SRC_URI[md5sum] = "254869dae3fd9f09f0746a3cb29a0b15" SRC_URI[sha256sum] = "3d948f64138c25633613f303bcc471126eae67c04d5e3f6b7b8ce6242f8653e0" + +RDEPENDS_${PN} += "\ + ${PYTHON_PN}-crypt \ + ${PYTHON_PN}-logging \ + ${PYTHON_PN}-netclient \ +"