diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python-backports-ssl_3.5.0.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-backports-ssl_3.5.0.1.bb b/meta-python/recipes-devtools/python/python-backports-ssl_3.5.0.1.bb index 313ed4ac39..45492daa6e 100644 --- a/meta-python/recipes-devtools/python/python-backports-ssl_3.5.0.1.bb +++ b/meta-python/recipes-devtools/python/python-backports-ssl_3.5.0.1.bb | |||
@@ -14,3 +14,5 @@ SRC_URI[sha256sum] = "502ad98707319f4a51fa2ca1c677bd659008d27ded9f6380c79e8932e3 | |||
14 | 14 | ||
15 | PYPI_PACKAGE = "backports.ssl_match_hostname" | 15 | PYPI_PACKAGE = "backports.ssl_match_hostname" |
16 | inherit pypi setuptools | 16 | inherit pypi setuptools |
17 | |||
18 | RDEPENDS_${PN} += "${PYTHON_PN}-pkgutil" | ||