aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>2016-08-12 21:03:34 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-17 10:35:09 +0100
commit3637e5c89bb39c194fac296080040b862602e3b0 (patch)
treebf9f9f50fe509fe36390c067367a786a9c2bd90c
parent51caeccfc5b18b59deac5005e0059a414cbbed32 (diff)
downloadopenembedded-core-contrib-3637e5c89bb39c194fac296080040b862602e3b0.tar.gz
python3-gitdb: Fixes zlib missing dependency
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r--meta/recipes-devtools/python/python3-gitdb_0.6.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-gitdb_0.6.4.bb b/meta/recipes-devtools/python/python3-gitdb_0.6.4.bb
index 992765821c..80d9d469af 100644
--- a/meta/recipes-devtools/python/python3-gitdb_0.6.4.bb
+++ b/meta/recipes-devtools/python/python3-gitdb_0.6.4.bb
@@ -4,4 +4,4 @@ DEPENDS = "python3-async python3-smmap"
inherit distutils3
-RDEPENDS_${PN} += "python3-smmap python3-async python3-mmap python3-lang python3-io python3-shell"
+RDEPENDS_${PN} += "python3-smmap python3-async python3-mmap python3-lang python3-io python3-shell python3-crypt python3-compression"