mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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 <mike.looijmans@topic.nl> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
7ad835c9f8
commit
e91df9ce32
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user