summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-twisted.inc
Commit message (Collapse)AuthorAgeFilesLines
* python-twisted: avoid downloading build dependenciesMark Asselstine2017-12-271-0/+4
| | | | | | | | | | | | | | | | | | | | | setup.py will attempt to download python-incremental, as it is not present in the sysroot. This is at the least wrong since some random version of python-incremental will be used to build against (akin to host contamination) and at most a build failure (when network access is unavailable). So make python-incrementa-native available and a DEPENDS. Unfortunately python-incremental has a dependency on python-twisted and vice versa. So we need to forcefully break this circular dependency. Fortunately this doesn't affect the build of python-twisted. Unfortunately if anyone else attempts to use python-incremental-native there might be issues should it ever run the code that does the import of twisted. This is not an issue now and a comment has been added to hopefully make this issue known to anyone else coming along at a later time. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-twisted: clean-up the dependenciesDerek Straka2017-11-151-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-twisted: remove empty lore subpackageDiego Rondini2017-10-151-10/+0
| | | | | | | | | | | | Currently installing python-twisted fails because it cannot find a python-twisted-lore package. lore package isn't created because as of twisted 15.3.x lore has been removed, thus no file belongs to it. Removal reference: "twisted.lore has now been removed, in preference to Sphinx. (#7892)" https://github.com/twisted/twisted/blob/trunk/NEWS.rst#twisted-core-1530-2015-08-04 Signed-off-by: Diego Rondini <diego.rondini@kynetics.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-twisted: update to version 17.9.0Derek Straka2017-10-041-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-twisted: update version to 17.5.0Derek Straka2017-09-221-3/+12
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* twisted: add support to build for python3Mark Asselstine2017-07-011-0/+244
The work on twisted to ensure python3 compatability is nearing completion, as per their python3 tracker page: https://twistedmatrix.com/trac/milestone/Python-3.x Create a common .inc file and a new python3-* recipe to match other python3 packages. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>