summaryrefslogtreecommitdiff
path: root/strata/python2-core.morph
Commit message (Collapse)AuthorAgeFilesLines
* Upgrading 2 instances of libxml2Tristan Van Berkom2015-10-221-2/+2
| | | | | | | | | | WebKit requires at least 2.8.0, upgrading to release tag v2.9.1. There is a 2.9.2 release at this time also, however it fails to pass configure so let's stick with 2.9.1, the latest release tag which actually builds. Change-Id: I20d7cf39431d34be4928850a97d264c3e2e4cbbc
* Build libxml2 against Python2 to build the 'libxml2' python moduleJavier Jardón2015-10-191-0/+7
| | | | | | Needed by itstool Change-Id: I933eeaa7d9d609362d60eec5df2247f7c48275d7
* core: Use python3 instead python2Javier Jardón2015-10-161-0/+78
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