summaryrefslogtreecommitdiff
path: root/strata/python2-core
Commit message (Collapse)AuthorAgeFilesLines
* Remove all .morph files and files from the old formatJavier Jardón2017-12-122-19/+0
|
* Add python3-core stratum, equivalent of python2-coreSam Thursfield2016-02-192-6/+6
| | | | | | | | | | | | | There have been some important Python components not available for Python 3 users, such as PyYAML. This commit adds a python3-core stratu that contain everything from python2-core, but for use with Python 3. A couple of things are already in core.morph, so python2-core is not quite identical to python3-core. I've added this to Trove system so that <https://gerrit.baserock.org/1339/> can be merged. It can be added to other systems as needed. Change-Id: I9b742b942d64b0bc369596a689f33e6bc4c21935
* core: Use python3 instead python2Javier Jardón2015-10-162-0/+19
From [1]: "Python 2.x is legacy, Python 3.x is the present and future of the language" As a reference, python3 is already the default python version in Arch, and other distros like Ubuntu/Debian [2] or Fedora [3] are planning to switch soon [1] https://wiki.python.org/moin/Python2orPython3 [2] https://wiki.ubuntu.com/Python/3 [3] https://fedoraproject.org/wiki/Changes/Python_3_as_Default Change-Id: I6d4d11844d4424bfa49b37fe7d9a3639547c0139