diff options
Diffstat (limited to 'meta-python/recipes-devtools')
-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 PYPI_PACKAGE = "backports.ssl_match_hostname" inherit pypi setuptools + +RDEPENDS_${PN} += "${PYTHON_PN}-pkgutil" |