summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
* python-evdev: Use target header to generate ecodes.cKhem Raj2018-09-051-0/+7
| | | | | | | | | | | | | | | | | | ecodes.c is generated file and if we do not specify the linux input headers it happiliy defaults to /usr/include/ to look for these headers while emitting code for ecodes.c which can cause gripes when build systems kernel UAPI is different than the target kernel. Mysterious build errors or even worse runtime errors can start to appear. e.g. | evdev/ecodes.c:603:29: error: 'KEY_ROTATE_LOCK_TOGGLE' undeclared (first use in this function); did you mean 'KEY_ATTENDANT_TOGGLE'? Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> [Handel applied for rocko context] Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-asn1crypto: add support for Python 3Ricardo Salveti2018-06-071-0/+2
| | | | | | | | | python-asn1crypto.inc already available and used by the Python 2 version. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-automat: fix build dependencies to avoid download during do_compileDerek Straka2018-03-122-0/+60
| | | | | | | | Add the correct version of python{3}-setuptools-scm-native Remove the dependency on m2r Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-cryptography: fix dependenciesTomasz Meresiński2018-03-121-3/+3
| | | | | | | | | python-cryptography changed dependency from python-pyasn1 to python-asn1crypto (e6a129724b707ebf79149376251e85fad550414). This patch fixes it in RDEPENDS. It should be applied with d808282ff3ff9c91a11d3912843d8e40022b9d08 from master which adds python3-asn1crypto package. Signed-off-by: Tomasz Meresiński<tomasz.meresinski@comarch.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-attrs: update to version 17.3.0Derek Straka2018-03-123-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-attrs: add an initial recipe for version 17.2.0Derek Straka2018-03-123-0/+13
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-hyperlink: add a recipe for version 17.3.1Derek Straka2018-03-123-0/+23
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-incremental: add an initial recipe for version 17.5.0Derek Straka2018-03-123-0/+18
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-constantly: add a recipe for version 15.1.0Derek Straka2018-03-123-0/+15
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-automat: add an initial recipe for version 0.6.0Derek Straka2018-03-123-0/+22
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* Allow native builds of python-asyn1cryptoJonathan Haigh2018-02-011-0/+1
| | | | | | | | | Add "native" to BBCLASSEXTEND to allow native builds. Signed-off-by: Jonathan Haigh <jonathan.haigh@arm.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 89934c65922fca58a5e80e0e0ad9435cd457270c) Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-twisted: restore RDEPENDS on -news for py2Mark Asselstine2018-01-111-0/+6
| | | | | | | | | | | | | | Although this plugin has not yet been ported to py3 it is available in py2. The previous commit isn't clear about what is being addressed but I assume it is: nothing provides python3-twisted-news needed by python3-twisted-17.9.0-r0.corei7_64 For py2 this package is valid and so we should maintain the RDEPENDS, restore this RDEPENDS for py2. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-twisted: clean-up the dependenciesDerek Straka2018-01-113-4/+4
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-cryptography: add -pthread to LD_FLAGSDerek Straka2017-12-221-0/+2
| | | | | | | | | | | | | | | | | | | The OpenSSL bindings require pthread to avoid runtime issues that end in stack traces: File "/usr/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module> from OpenSSL import crypto, SSL File "/usr/lib/python2.7/site-packages/OpenSSL/crypto.py", line 16, in <module> from OpenSSL._util import ( File "/usr/lib/python2.7/site-packages/OpenSSL/_util.py", line 6, in <module> from cryptography.hazmat.bindings.openssl.binding import Binding File "/usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py", line 13, in <module> from cryptography.hazmat.bindings._openssl import ffi, lib ImportError: /usr/lib/python2.7/site-packages/cryptography/hazmat/bindings/_openssl.so: undefined symbol: pthread_atfork [YOCTO #12339] Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* README: update maintainers list for rockoArmin Kuster2017-10-171-2/+2
| | | | | | | | v2: bumped bitbake version in meta-filesystems Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cffi: update to version 1.11.2Derek Straka2017-10-173-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-lxml: update to version 4.1.0Derek Straka2017-10-173-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-asn1crypto: add new packageArmin Kuster2017-10-152-0/+14
| | | | | | | | python-cryptography has a dependancy for this package as of version 1.8. This was pointed out by: Satya Bodduluri. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pytest: fix egg version of packageArmin Kuster2017-10-152-1/+53
| | | | | | | | | | | commit "python-pytest: remove fetch during do_compile phase" removed the ability of the package to version it self correctly. The version ended up as 0.0.0 which causes runtime version checking. This fixed that issues. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@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>
* python3-ujson: support Python 3Pascal Bach2017-10-153-15/+19
| | | | | Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-protobuf: add python3 versionPascal Bach2017-10-153-16/+20
| | | | | Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-grpcio-tools: update to version 1.6.3Derek 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 to version 17.9.0Derek Straka2017-10-043-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-parse-type: update to version 0.4.2Derek Straka2017-10-041-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-flask-sqlalchemy: update to version 2.3.0Derek Straka2017-10-041-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cython: update to version 0.27.1Derek Straka2017-10-043-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pylint: update to version 1.7.4Derek Straka2017-10-043-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Add python pandas recipesGuy Morand2017-10-043-0/+32
| | | | | Signed-off-by: Guy Morand <guy@guy-morand.ch> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-m2crypto: Upgrade to 0.26.4Khem Raj2017-10-042-3/+27
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyfirmata: move in from meta-intel-iot-middleware and upgradePaul Eggleton2017-10-043-0/+19
| | | | | | | | | | | | | | | | The following improvements have been made over the recipe that was in meta-intel-iot-middleware (a layer which is no longer actively maintained): * Upgrade to 1.0.3 * Inherit from setuptools instead of distutils since that changed with the upgrade * Inherit pypi and also provide Python 3 version * Use the correct LICENSE (changed BSD -> MIT back at version 0.9.5) * Set short description in SUMMARY instead of DESCRIPTION Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-can: update to version 2.0.0b1Bill Randle2017-10-043-2/+2
| | | | | | | | | While 1.5.2 is the latest release on the master branch of python-can, it is over a year old and many improvements and bugfixes have ben made in the develop branch that make it worth using over master. Signed-off-by: Bill Randle <bill.randle@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-parse-type: update to version 0.4.1Derek Straka2017-10-042-11/+11
| | | | | | | Update license checksum for 2017 copyright update Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-zopeinterface: update to version 4.4.3Derek Straka2017-10-043-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyasn1: update to version 0.3.6Derek Straka2017-10-043-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pytest: update to version 3.2.2Derek Straka2017-10-043-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-babel: update to version 2.5.1Derek Straka2017-10-043-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cython: update to version 0.27Derek Straka2017-10-043-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-bitarray: add a python3 version of the recipeDerek Straka2017-09-223-11/+15
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-bcrypt: add a python3 version of the recipeDerek Straka2017-09-223-15/+19
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-appdirs: add an initial recipeDerek Straka2017-09-223-0/+12
| | | | | | | A small Python module for determining appropriate + platform-specific dirs 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-224-82/+12
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-multidict: update to version 3.2.0Derek Straka2017-09-221-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-cassandra-driver: update to version 3.11.0Derek Straka2017-09-222-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-protobuf: update to version 3.4.0Derek Straka2017-09-221-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pymisp: update to version 2.4.80Derek Straka2017-09-223-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-pyasn1: update to version 0.3.5Derek Straka2017-09-223-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-tornado: update to version 4.5.2Derek Straka2017-09-223-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-grpcio-tools: update to version 1.6.0Derek Straka2017-09-221-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-grpcio: update to version 1.6.0Derek Straka2017-09-222-5/+5
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>