[OE-core] PATCH: Fixing python3-pyvenv and adding python3-venv

Hugues Kamba Hugues.Kamba at arm.com
Mon Oct 22 10:48:01 UTC 2018


Dear All,


As it currently is, python3-pyvenv is broken because it is missing the venv module run-time dependency.


The patch I am submitting is to add the venv module dependency to python3-pyvenv.

The dependency has been added using the newly added venv package (python3-venv).

The python3-venv package has been added for future proofing since pyvenv has been deprecated in Python 3.6 and creation of virtual environment is done using the venv module directly (i.e python3 -m venv my_venv).


Regards,


Hugues Kamba

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20181022/447d95b3/attachment-0002.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_python3_builtin_virtual_environment_tool.patch
Type: text/x-patch
Size: 2039 bytes
Desc: fix_python3_builtin_virtual_environment_tool.patch
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20181022/447d95b3/attachment-0002.bin>


More information about the Openembedded-core mailing list