aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-08-19python-pytest: Fix conflict error as following:sumo-nextsumoleimaohui
file /usr/bin/py.test conflicts between attempted installs of python3-pytest-3.4.2-r0 and python-pytest-3.4.2-r0 file /usr/bin/pytest conflicts between attempted installs of python3-pytest-3.4.2-r0 and python-pytest-3.4.2-r0 (From meta-openembedded commit: 7825bc0ed57c5da0fafd260b5e81346410582e33) Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 28fab4c8f547d45b80bb7b06d33a6c6c1ea74efc) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-06-14python-lockfile: Fix build error as following:leimaohui
"distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr>=1.8')" (From meta-openembedded commit: b0950aeff5b630256bb5e25ca15f4d59c115e7c1) Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 75540ab1499ca9e4a2cd890012cda56620fc5a54) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-06-14python-robotframework: Add runtime dependencies to robot frameworkSipke Vriend
Add the runtime dependencies robot framework has so they are available on images including it. python-robotframework.inc is included by both python3 and python robot framework. python3 includes zlib by default so include python-zlib as a runtime dependency in the python-robotframework recipe and not in the python3-robotframework. (From meta-openembedded commit: 734513d8b31cd68da01db1cf880788c190ae6457) Signed-off-by: Sipke Vriend <sipke.vriend@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit f90318b625a90993c4e20c981201602e37f89481) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-06-14Add missing dependency for python-flask packages.Florian Wickert
The module werkzeug.test is moved to the python-werkzeug-tests package since commit 4c8fe34. Flask imports werkzeug.tests during exception handling which results in "ImportError: No module named 'werkzeug.test'". (From meta-openembedded commit: f5418557bff8ed7cbd3531e29dc596ec12dcd064) Signed-off-by: Florian Wickert <fw@javox-solutions.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> (cherry picked from commit 0d2305d45208e2bca9417343230516a809bae918) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-05-01python-evdev: Use target header to generate ecodes.cKhem Raj
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'? (From meta-openembedded commit: a19aa29f7fa336cd075b72c496fe1102e6e5422b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-05-01python-flask-restful: add recipe for 0.3.6 versionAndrea Galbusera
Flask-RESTful is a simple framework for creating REST APIs with Flask (From meta-openembedded commit: 76326951d683c9d4a754d0837370a45462fec28a) Signed-off-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-05-01python-jsonpatch: update to version 1.23Derek Straka
Remove upstreamed patch Drop-support-for-EOL-Python-3.3.patch (From meta-openembedded commit: 213c47118c571dfbd3bf5749341bd944d884c7c9) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-05-01python-lxml: update to version 4.2.1Derek Straka
(From meta-openembedded commit: a06afb02d288d33a9b52625a82cc2fc47dc63e8a) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-05-01python-pretend: update to version 1.0.9Derek Straka
(From meta-openembedded commit: 60553f78314a4d2b47b9fc298eb2269df5813154) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-05-01python-cython: update to version 0.28.2Derek Straka
(From meta-openembedded commit: dd15921960421a1d476dc1706a87a28d00d8edfe) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-05-01python-pexpect: update to version 4.5.0Derek Straka
(From meta-openembedded commit: 37530882633f305dd418c8db5bfb43a6b58e9332) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-05-01python-decorator: update to version 4.3.0Derek Straka
(From meta-openembedded commit: 77c8b08584f705fd1e0311588ef8687b09a31dde) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-05-01python-pystache: add version 0.5.4Christian Poessinger
Pystache is a Python implementation of Mustache. Mustache is a framework-agnostic, logic-free templating system inspired by ctemplate and et. Like ctemplate, Mustache "emphasizes separating logic from presentation: it is impossible to embed application logic in this template language." (From meta-openembedded commit: ef64262ade46b9b89723ed8b74815083a49d5d07) Signed-off-by: Christian Poessinger <christian@poessinger.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-05-01python-pyiface: upgrade to 0.0.5Alexandru Vasiu
(From meta-openembedded commit: e22e5ce83a2a8547de5ac1b723992fa04afc8f5c) Signed-off-by: Alexandru Vasiu <alexandru.vasiu@ni.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-05-01python-configparser: add new recipeAlexandru Vasiu
This module provides the ConfigParser class which implements a basic configuration language which provides a structure similar to what’s found in Microsoft Windows INI files. (From meta-openembedded commit: ae3081affdbded8da0fdedd5f059e4d44117613b) Signed-off-by: Alexandru Vasiu <alexandru.vasiu@ni.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-05-01python-pybluez: add missing RDEPENDS (fcntl)André Draszik
(From meta-openembedded commit: d3b1921e12df4800c2f66979ee49ed01519ca628) Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-05-01python-astroid: update to version 1.6.3Derek Straka
(From meta-openembedded commit: 99df43f9f4dc5583af9f7af5006ddd84c98c7468) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-05-01python-pytz: update to version 2018.4Derek Straka
License-Update: Update the checksum for whitespace changes upstream (From meta-openembedded commit: 53075994fc766e2cde5f5bc675aefa904baf514d) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-04-13update layer maintainersArmin Kuster
(From meta-openembedded commit: 1bdf09b7887bb8f33858e0c3aea9607817c79dc8) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-04-13python-grpcio: refresh patchesArmin Kuster
WARNING: python-grpcio-1.8.4-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch 0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch patching file setup.py Hunk #1 succeeded at 115 with fuzz 2 (offset -1 lines). Now at patch 0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch (From meta-openembedded commit: 705b0036c83050bc57fb4bfefa594f266b33cf05) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-04-13python-autmat: refresh patchesArmin Kuster
WARNING: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: checking file configure.ac Hunk #1 succeeded at 7 with fuzz 2. (From meta-openembedded commit: 03c0d75d34148c33b1d58b9af608aad54a763dc4) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-04-13pyton-pygpme: refresh patchesArmin Kuster
WARNING: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: checking file tests/test_import.py Hunk #4 succeeded at 122 with fuzz 1. (From meta-openembedded commit: db55d22ba85057703d17e152a3dca1f446b52730) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-04-13pyton-dbusmuck: refresh patchesArmin Kuster
WARNING: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: checking file dbusmock/__init__.py Hunk #1 succeeded at 14 with fuzz 1. checking file dbusmock/mockobject.py Hunk #1 succeeded at 688 (offset 6 lines). and others (From meta-openembedded commit: aaee985fb5acd4fe6dc818053e2a05e6a065cd10) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-04-13python-pybluez: add python3 versionAndré Draszik
This was missing so far. (From meta-openembedded commit: 9a0e1ce815d5d21cae49f83667aae82462d9edf4) Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-04-13meta-*: add LAYERSERIES_COMPAT to layer.conf filesMartin Jansa
(From meta-openembedded commit: cdb919d1c85b51c91a501c11b057a50b29cb089f) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-04-08python-pip: add python-misc to RDEPENDS to fix issues import xmlrpclibDerek Straka
(From meta-openembedded commit: e4e38487ff5656ecbb00811edc6d08c90f5d04c1) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-04-08python-pip: update to version 9.0.3Derek Straka
(From meta-openembedded commit: 77fe1ec85f589ec93021db7b8914839fe13d7844) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-04-08python-jsonpatch: fix do_install failure with py2 buildMark Asselstine
The following error is seen when do_install is run | UnicodeEncodeError: 'ascii' codec can't encode character u'\xf6' in | position 16: ordinal not in range(128) ERROR: python setup.py | install execution failed. This is reported in the upstream project as part of pull request #81 https://github.com/stefankoegl/python-json-patch/pull/81 Since a release is not yet available with the required fix we must apply the fix as a patch. (From meta-openembedded commit: 3aa3c374ca7cd0850bdede6a404936737abb4068) Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-04-08python-dateutil: update to version 2.7.2Derek Straka
(From meta-openembedded commit: 3ab6741f949b7f256ee4145415d5055afa0e3064) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-04-08python-pymisp: update to version 2.4.89Derek Straka
(From meta-openembedded commit: 6e3c73615bfad9ac127c3e9336af7714c9e9fde1) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-04-08python-aws-iot-device-sdk-python: also package examples (as additional package)André Draszik
(From meta-openembedded commit: bd44421f579269f2b37cab8149beb7ae844eb92d) Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-04-08python-aws-iot-device-sdk-python: fix LICENSEAndré Draszik
The SDK ships with an embedded, modified copy of python-paho, which is either EPL-1.0 or EDL-1.0 licensed: vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv # Copyright (c) 2012-2014 Roger Light <roger@atchoo.org> # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # and Eclipse Distribution License v1.0 which accompany this distribution. # # The Eclipse Public License is available at # http://www.eclipse.org/legal/epl-v10.html # and the Eclipse Distribution License is available at # http://www.eclipse.org/org/documents/edl-v10.php. # # Contributors: # Roger Light - initial API and implementation ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ endline=14 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ (From meta-openembedded commit: 55594ee4027747bada171ed27e083d30f95c3b36) Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-04-08python-aws-iot-device-sdk-python: fix runtime dependenciesAndré Draszik
They were completely wrong... List of imports obtained via: rgrep -w import \ | awk -F : '{ $1="" ; gsub(/^[ \t]+|[ \t]+$/, ""); print; }' \ | grep -v AWSIoTPythonSDK \ | sort -u and packages providing the relevant modules extracted using oe-pkgdata-util find-path. (From meta-openembedded commit: d8ca746935acafcf4e1e0a9bf28aa4fe2d50a2d1) Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-04-08python-m2crypto: refresh patchYi Zhao
Fix QA warning: WARNING: python-m2crypto-native-0.26.4-r0 do_patch: Some of the context lines in patches were ignored. This can lead to incorrectly applied patches. The context lines in the patches can be updated with devtool: devtool modify <recipe> devtool finish --force-patch-refresh <recipe> <layer_path> Then the updated patches and the source tree (in devtool's workspace) should be reviewed to make sure the patches apply in the correct place and don't introduce duplicate lines (which can, and does happen when some of the context is ignored). Further information: http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450 Details: Applying patch 0001-setup.py-link-in-sysroot-not-in-host-directories.patch patching file setup.py Hunk #1 succeeded at 127 with fuzz 1 (offset 65 lines). Hunk #2 succeeded at 143 (offset 68 lines). Now at patch 0001-setup.py-link-in-sysroot-not-in-host-directories.patch (From meta-openembedded commit: 0d9ca0ba17242b82861d68e06bde1ba1692fd842) Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-03-29python-attrs: fix typo in dependsArmin Kuster
ERROR: Nothing RPROVIDES 'python-crypto' (but ../meta-python/recipes-devtools/python/python-attrs_17.4.0.bb RDEPENDS on or otherwise requires it) NOTE: Runtime target 'python-crypto' is unbuildable, removing... Missing or unbuildable dependency chain was: ['python-crypto'] (From meta-openembedded commit: dfccaebd48160b7e7b5a50f65fe5aad298bf9ca3) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-03-29python-pytest: 3.4.1 -> 3.4.2Huang Qiyu
1.Upgrade python-pytest from 3.4.1 to 3.4.2. 2.Modify pytest_version_fix.patch, since the data has been changed. (From meta-openembedded commit: 99d18a6bc1a915ef5f07116e0fe684f56825a165) Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-03-29python-dbus: 1.2.4 -> 1.2.6Huang Qiyu
1.Upgrade python-dbus from 1.2.4 ro 1.2.6. 2.Update the checksum of LIC_FILES_CHKSUM, since the following content is appended to COPYING. The dbus-gmain/ subdirectory is under a different license: see dbus-gmain/COPYING for details. 3.Add "file://dbus-gmain/COPYING;md5=05c3eacd50f69bb1d58afec460baad57" to LIC_FILES_CHKSUM, sice dbus-gmain/subdirectory is under lincese of AFL-2.1 or GPLv2. (From meta-openembedded commit: cf3c79fa7983f20630f5f7dd5f238c1d6bd2d8d7) Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-03-29python-astroid: add logging to RDEPENDSDerek Straka
(From meta-openembedded commit: 4bedb3cfadb6624947d4ec00e04215f414b77c8a) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-03-29python-pyroute2: add io and pickle to the RDEPENDSDerek Straka
(From meta-openembedded commit: 42cb6f6e7b2bc46fcfe567f30fbe21db2b071e93) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-03-29python-attrs: add crypto to the RDEPENDSDerek Straka
(From meta-openembedded commit: ef5169ab6ea6f1954a362f15bc904e78f3595f6c) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-03-29python-passlib: add initial set of RDEPENDS for the packageDerek Straka
(From meta-openembedded commit: 4d5c5cee13f89984874946f7e78ce59121157629) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-03-29python-paho-mqtt: add logging to RDEPENDSDerek Straka
(From meta-openembedded commit: ec4dc95bc8e6663ee2abe947ca82b13344990a5d) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-03-29python-humanize: add datetime to RDEPENDSDerek Straka
(From meta-openembedded commit: 6f27927cb75e05a5eafcdfc55562f1f1feb41037) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-03-29python-redis: add datetime to RDEPENDSDerek Straka
(From meta-openembedded commit: c068c8723f3ca4087a41b9b99a580056c70c3fbb) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-03-29python-pyyaml: add datetime to the RDEPENDSDerek Straka
(From meta-openembedded commit: 4875896ad07ac4826fa2ac49f08188e042c6939d) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-03-29python-ndg-httpsclient: add initial set of RDEPENDSDerek Straka
(From meta-openembedded commit: 4d7f5d6fc5537f4aaa0fe0cd85945df03cf56a51) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-03-29python-isort: add shell and datetime to RDEPENDSDerek Straka
(From meta-openembedded commit: 33aa4d30a87b7b92586b08ae1497fb4070422714) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-03-29python-iso8601: add datetime to RDEPENDSDerek Straka
(From meta-openembedded commit: f9cde71db9af90c2efc8b998d0745520737d3f10) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-03-29python-pytz: Add dependency on pickleDerek Straka
(From meta-openembedded commit: 5068ca7fe7eeefb2877d6df8f9b614d55010f574) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Tim Orling <ticotimo@gmail.com>
2018-03-29python-cassandra-driver: update to version 3.13.0Derek Straka
(From meta-openembedded commit: df631f710c0ddeecbe1f5b9a75e62270bc86a9ca) Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>