summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-twisted_13.2.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python-twisted: update version to 17.5.0Derek Straka2017-09-221-4/+0
| | | | | 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-242/+1
| | | | | | | | | | | | 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>
* meta-oe: fix indentationMartin Jansa2016-08-221-4/+4
| | | | | | | | * remove tabs which sneaked in since last cleanup * meta-oe layers are using consistent indentation with 4 spaces, see http://www.openembedded.org/wiki/Styleguide Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Update python recipes to use the common pypi packageDerek Straka2016-02-251-5/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-twisted: Create a separate source code package and bin packageMiLo2015-02-121-0/+12
| | | | | | | | | | | | | | | | Python-twisted installs about 1MB of ".py" files that are not actually being used for anything. To save on flash space on devices, move the source code into its own package. This modification has been in use for several years in the OpenPLi project, which heavily leans on twisted for the GUI and web interfaces, and did not cause any problems. Move the /usr/bin/ scripts into their own package as well. Installing python-twisted will still install these scripts. Signed-off-by: Mike Looijmans <milo-software@users.sourceforge.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-twisted: Fix dependencies of twisted modulesMiLo2015-02-121-2/+15
| | | | | | | | | | | | | | | When installing just "twisted-web" on a device, none of the dependencies are being copied, it wouldn't even install python-core. Fix the recipe so that its packages have proper dependencies, and no longer require to install the empty python-twisted meta recipe. Add "python-contextlib" to the core dependencies and stop causing systems to crash with: File "/usr/lib/python2.7/site-packages/twisted/python/threadpool.py", line 18, in <module> ImportError: No module named contextlib Signed-off-by: Mike Looijmans <milo-software@users.sourceforge.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-python: rename recipes-python to recipes-devtoolsMartin Jansa2014-07-301-0/+222
* match old structure from meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>