diff options
-rw-r--r-- | meta/recipes-devtools/python/python3_3.5.5.bb | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python_2.7.15.bb | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3_3.5.5.bb b/meta/recipes-devtools/python/python3_3.5.5.bb index beaf3dc0ca..bfe91fb1c7 100644 --- a/meta/recipes-devtools/python/python3_3.5.5.bb +++ b/meta/recipes-devtools/python/python3_3.5.5.bb | |||
@@ -1,6 +1,8 @@ | |||
1 | require recipes-devtools/python/python.inc | 1 | require recipes-devtools/python/python.inc |
2 | 2 | ||
3 | DEPENDS = "python3-native libffi bzip2 gdbm openssl sqlite3 zlib virtual/libintl xz qemu-native qemu-helper-native" | 3 | DEPENDS = "python3-native libffi bzip2 gdbm openssl \ |
4 | sqlite3 zlib virtual/libintl xz qemu-native \ | ||
5 | qemu-helper-native virtual/crypt" | ||
4 | 6 | ||
5 | PR = "${INC_PR}.0" | 7 | PR = "${INC_PR}.0" |
6 | PYTHON_MAJMIN = "3.5" | 8 | PYTHON_MAJMIN = "3.5" |
diff --git a/meta/recipes-devtools/python/python_2.7.15.bb b/meta/recipes-devtools/python/python_2.7.15.bb index 3044c3d363..43d9ff5152 100644 --- a/meta/recipes-devtools/python/python_2.7.15.bb +++ b/meta/recipes-devtools/python/python_2.7.15.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | require python.inc | 1 | require python.inc |
2 | 2 | ||
3 | DEPENDS = "python-native libffi bzip2 gdbm openssl readline sqlite3 zlib" | 3 | DEPENDS = "python-native libffi bzip2 gdbm openssl \ |
4 | readline sqlite3 zlib virtual/crypt" | ||
4 | 5 | ||
5 | PR = "${INC_PR}" | 6 | PR = "${INC_PR}" |
6 | 7 | ||