diff options
-rw-r--r-- | meta/recipes-devtools/python/python3_3.5.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
1 | require recipes-devtools/python/python.inc | 1 | require recipes-devtools/python/python.inc |
2 | 2 | ||
3 | DEPENDS = "python3-native libffi bzip2 db gdbm openssl readline sqlite3 zlib virtual/libintl xz" | 3 | DEPENDS = "python3-native libffi bzip2 gdbm openssl readline sqlite3 zlib virtual/libintl xz" |
4 | PR = "${INC_PR}.0" | 4 | PR = "${INC_PR}.0" |
5 | PYTHON_MAJMIN = "3.5" | 5 | PYTHON_MAJMIN = "3.5" |
6 | PYTHON_BINABI= "${PYTHON_MAJMIN}m" | 6 | PYTHON_BINABI= "${PYTHON_MAJMIN}m" |