From e91df9ce327bd4115930e4b0403bd8e8fa1e0446 Mon Sep 17 00:00:00 2001 From: Mike Looijmans Date: Sun, 6 Sep 2015 16:42:09 +0200 Subject: python-pyopenssl: Inherit setuptools to fix failing install Fixes the following error during install phase: ImportError: No module named setuptools_ext ERROR: python setup.py install execution failed. Reported-by: athoik@openpli.org Signed-off-by: Mike Looijmans Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-pyopenssl_0.15.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python-pyopenssl_0.15.1.bb b/meta-python/recipes-devtools/python/python-pyopenssl_0.15.1.bb index 694da275e2..7f9301299d 100644 --- a/meta-python/recipes-devtools/python/python-pyopenssl_0.15.1.bb +++ b/meta-python/recipes-devtools/python/python-pyopenssl_0.15.1.bb @@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "f0a26070d6db0881de8bcc7846934b7c3c930d8f9c79d45883ee48984b S = "${WORKDIR}/${SRCNAME}-${PV}" -inherit distutils +inherit setuptools PACKAGES =+ "${PN}-tests" FILES_${PN}-tests = "${libdir}/${PYTHON_DIR}/site-packages/OpenSSL/test" -- cgit v1.2.3-54-g00ecf