summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-gitdb_0.6.4.bb
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:42 +0100
commit97ddbc8a52c428a01a3133f8a0e813b62a0e59fc (patch)
tree5baff1d7351723d8cae3fc7e99020212c5e44e7e /meta/recipes-devtools/python/python3-gitdb_0.6.4.bb
parentcae5c7444bfacb2baadb0d11961d861058cd4ac0 (diff)
downloadpoky-97ddbc8a52c428a01a3133f8a0e813b62a0e59fc.tar.gz
python3-gitdb: Fixes zlib missing dependency
(From OE-Core rev: 3637e5c89bb39c194fac296080040b862602e3b0) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-gitdb_0.6.4.bb')
-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"
4 4
5inherit distutils3 5inherit distutils3
6 6
7RDEPENDS_${PN} += "python3-smmap python3-async python3-mmap python3-lang python3-io python3-shell" 7RDEPENDS_${PN} += "python3-smmap python3-async python3-mmap python3-lang python3-io python3-shell python3-crypt python3-compression"