]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3: remove obsolete db dependency
authorRoss Burton <ross.burton@intel.com>
Tue, 31 Oct 2017 23:32:41 +0000 (23:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 5 Nov 2017 13:54:46 +0000 (13:54 +0000)
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 <ross.burton@intel.com>
meta/recipes-devtools/python/python3_3.5.3.bb

index 13df12fe566e1b77a6ea2dad202b509acd027f07..281a65f784afd825564f027b9429118742e89e16 100644 (file)
@@ -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"