From: Ross Burton Date: Tue, 31 Oct 2017 23:32:41 +0000 (+0000) Subject: python3: remove obsolete db dependency X-Git-Tag: uninative-1.8~1283 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f16eac28d909bc6570d3587a2f4ac26ae0dc6048;p=openembedded-core.git python3: remove obsolete db dependency The bsddb module was removed in Python 3 and the dbm module doesn't support Berkeley DB as an option, so this build dependency can be removed. Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/python/python3_3.5.3.bb b/meta/recipes-devtools/python/python3_3.5.3.bb index 13df12fe56..281a65f784 100644 --- a/meta/recipes-devtools/python/python3_3.5.3.bb +++ b/meta/recipes-devtools/python/python3_3.5.3.bb @@ -1,6 +1,6 @@ require recipes-devtools/python/python.inc -DEPENDS = "python3-native libffi bzip2 db gdbm openssl readline sqlite3 zlib virtual/libintl xz" +DEPENDS = "python3-native libffi bzip2 gdbm openssl readline sqlite3 zlib virtual/libintl xz" PR = "${INC_PR}.0" PYTHON_MAJMIN = "3.5" PYTHON_BINABI= "${PYTHON_MAJMIN}m"