diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-eventlet_0.33.0.bb (renamed from meta-python/recipes-devtools/python/python3-eventlet_0.32.0.bb) | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-eventlet_0.32.0.bb b/meta-python/recipes-devtools/python/python3-eventlet_0.33.0.bb index 3848150e46..6a4449cf55 100644 --- a/meta-python/recipes-devtools/python/python3-eventlet_0.32.0.bb +++ b/meta-python/recipes-devtools/python/python3-eventlet_0.33.0.bb | |||
@@ -4,8 +4,13 @@ SECTION = "devel/python" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "2f0bb8ed0dc0ab21d683975d5d8ab3c054d588ce61def9faf7a465ee363e839b" | 7 | SRC_URI[sha256sum] = "80144f489c1bb273a51b6f96ff9785a382d2866b9bab1f5bd748385019f4141f" |
8 | 8 | ||
9 | inherit pypi setuptools3 | 9 | inherit pypi setuptools3 |
10 | 10 | ||
11 | RDEPENDS:${PN} += "${PYTHON_PN}-dnspython" | 11 | RDEPENDS:${PN} += " \ |
12 | ${PYTHON_PN}-dnspython \ | ||
13 | ${PYTHON_PN}-six \ | ||
14 | ${PYTHON_PN}-distutils \ | ||
15 | ${PYTHON_PN}-greenlet \ | ||
16 | " | ||