summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-paho-mqtt.inc
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated python3-subprocess from the RDEPENDSDerek Straka2018-01-261-5/+4
| | | | | | | | The python3-subprocess package was merged into core as part of the json manifest migration Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-paho-mqtt: update RDEPENDS to work on minimal python installDerek Straka2017-12-111-0/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-paho-mqtt: update to version 1.3.1Derek Straka2017-11-151-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-paho-mqtt: fix downloading during do_compilePaul Eggleton2017-08-281-0/+2
| | | | | | | | | | | During do_compile if setup.py finds that pytest-runner - which is declared as a setup dependency in setup.py - isn't available it was attempting to download it from pypi, which is problematic if you are behind a proxy because the environment for do_compile isn't set up for that. Add an appropriate native dependency to prevent this situation. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-paho-mqtt: licensing improvementsPaul Eggleton2017-08-281-2/+5
| | | | | | | | * Make LICENSE more accurate - it's dual licensed * Include the actual license text files in LIC_FILES_CHKSUM Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-paho-mqtt, python3-paho-mqtt: update to 1.3.0Pascal Bach2017-07-241-2/+2
| | | | | Signed-off-by: Pascal Bach <pascal.bach@nextrem.ch> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-paho-mqtt: update to version 1.2.3Derek Straka2017-06-191-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python-paho-mqtt: make recipe available as python3 versionPascal Bach2017-04-181-0/+14
Signed-off-by: Pascal Bach <pascal.bach@siemens.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>