mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
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. (From OE-Core rev: f16eac28d909bc6570d3587a2f4ac26ae0dc6048) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
01a050ebff
commit
3bce321c09
@@ -1,6 +1,6 @@
|
|||||||
require recipes-devtools/python/python.inc
|
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"
|
PR = "${INC_PR}.0"
|
||||||
PYTHON_MAJMIN = "3.5"
|
PYTHON_MAJMIN = "3.5"
|
||||||
PYTHON_BINABI= "${PYTHON_MAJMIN}m"
|
PYTHON_BINABI= "${PYTHON_MAJMIN}m"
|
||||||
|
|||||||
Reference in New Issue
Block a user