summaryrefslogtreecommitdiffstats
path: root/meta-python
Commit message (Collapse)AuthorAgeFilesLines
* python-scrypt: update to version 0.8.6Derek Straka2018-03-164-2/+32
| | | | | | | Add patch to fix host include paths used Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-pid: update to version 2.2.0Derek Straka2018-03-161-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pymisp: add dateutil to the set of RDEPENDSDerek Straka2018-03-161-0/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* pyrtm: update RDEPENDS to include python-loggingDerek Straka2018-03-161-0/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-robotframework: add recipe for 3.0.2 versionDaniel Dragomir2018-03-163-0/+19
| | | | | | | | | | | | | Robot Framework is a generic open source test automation framework for acceptance testing and acceptance test-driven development (ATDD). It has easy-to-use tabular test data syntax and it utilizes the keyword-driven testing approach. Its testing capabilities can be extended by test libraries implemented either with Python or Java, and users can create new higher-level keywords from existing ones using the same syntax that is used for creating test cases. Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-scapy: add recipe for 0.23 versionDaniel Dragomir2018-03-161-0/+13
| | | | | | | | Packet crafting/sending/sniffing, PCAP processing tool, based on scapy with python3 compatibility. Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pyexpect: add recipe for 1.0.17 versionDaniel Dragomir2018-03-163-0/+15
| | | | | | | Minimal but very flexible implementation of the expect pattern. Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pynetlinux: add recipe for 1.1 versionDaniel Dragomir2018-03-163-0/+15
| | | | | | | Linux network configuration library for Python. Signed-off-by: Daniel Dragomir <daniel.dragomir@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pytest.inc: add ${PYTHON_PN}-doctest to RDEPENDSTim Orling2018-03-161-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | If pytest fallsback to pdb, it needs python-doctest module or else it fails with: Traceback (most recent call last): File \"/usr/bin/pytest\", line 11, in <module> load_entry_point('pytest==3.4.1', 'console_scripts', 'pytest')() File \"/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py\", line 572, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File \"/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py\", line 2755, in load_entry_point return ep.load() File \"/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py\", line 2408, in load return self.resolve() File \"/usr/lib64/python3.5/site-packages/pkg_resources/__init__.py\", line 2414, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) File \"/usr/lib64/python3.5/site-packages/pytest.py\", line 17, in <module> from _pytest.debugging import pytestPDB as __pytestPDB File \"/usr/lib64/python3.5/site-packages/_pytest/debugging.py\", line 5, in <module> from doctest import UnexpectedException ImportError: No module named 'doctest' Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-serpent: update to version 1.24Derek Straka2018-03-163-3/+3
| | | | | | | Update license file checksum and verify the terms remain the same Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-cffi: update to version 1.11.4Derek Straka2018-03-163-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pymongo: update to version 3.6.1Derek Straka2018-03-163-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-cryptography: Add -pthread to link flagsKhem Raj2018-03-161-0/+2
| | | | | | | | | | It builds openssl module which needs pthread_atfork() but we do not link it with libpthread, which results in runtime loading errors Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Tim Orling <ticotimo@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-sqlalchemy: update to version 1.1.17Derek Straka2018-03-123-3/+3
| | | | | | | | License-Update do to added year Update the license checksum for copyright year and verify the terms remain the same Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-behave: update to version 1.2.6Derek Straka2018-03-121-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-jsonschema: remove unneeded depends on python3-miscDerek Straka2018-03-121-4/+0
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-blivet: fix invoking dd timeout caused partition failedHongxu Jia2018-03-122-0/+32
| | | | | | | | This large timeout is needed when running on machines with lots of disks, or with slow disks. Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* samba, openwsman, pam-ssh-agent-auth, sblim-sfcb, passwdqc, python-pam, ↵Martin Jansa2018-03-051-0/+3
| | | | | | | | | | | smbnetfs: require pam in DISTRO_FEATURES * there is explicit dependency on libpam without respecting pam in DISTRO_FEATURES so add the check to prevent people building it against broken libpam Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* python-typing: update to version 3.6.4Derek Straka2018-03-012-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pytest: update to version 3.4.1Derek Straka2018-03-013-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-ply: update to version 3.11Derek Straka2018-03-013-3/+3
| | | | | | | Update license checksum for new copyright year Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-webcolors: update to version 1.8.1Derek Straka2018-03-013-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-alembic: update to version 0.9.8Derek Straka2018-03-013-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-isort: update to version 4.3.4Derek Straka2018-03-013-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pytz: update to version 2018.3Derek Straka2018-03-013-3/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-can: update to version 2.1.0Derek Straka2018-03-013-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-msg: update to version 0.5.5Derek Straka2018-03-013-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pexpect: update to version 4.4.0Derek Straka2018-03-013-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pymisp: update to version 2.4.87.1Derek Straka2018-03-013-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pybind11: update to version 2.2.2Derek Straka2018-03-013-3/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-systemd: fix dependenciesTomasz Meresiński2018-03-011-1/+1
| | | | | | Python-systemd depends on python-syslog and python-logging (systemd/journal.py L28-29). Signed-off-by: Armin Kuster <akuster808@gmail.com>
* ] python-oauthlib: Add python-oauthlib and python3-oauthlib.Bhargava Sreekantappa Gayathri2018-03-013-0/+31
| | | | | | | | | This patch adds python-oauthlib and python3-oauthlib. Signed-off-by: Bhargava Sreekantappa Gayathri <bhargava.sreekantappa-gayathri@xilinx.com> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-evdev: add python3 version of the recipeMaxin John2018-03-013-16/+18
| | | | | Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-requests: drop incorrect RDEPENDSAndré Draszik2018-03-011-3/+0
| | | | | | | | | | The mentioned selectors.py is part of python3-core since OE-core commit 54ac820b8a63 ("python3: Restructure python3 packaging and replace it with autopackaging") and actually was in python3-selectors before that anyway (even in pyro). Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-webcolors: update to version 1.8Derek Straka2018-02-233-3/+3
| | | | | | | | Update license checksum for copyright date change and verify terms remain the same Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-django: update to version 1.11.10Derek Straka2018-02-233-2/+3
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-greenlet: update to version 0.4.13Derek Straka2018-02-233-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-msgpack: update to version 0.5.2Derek Straka2018-02-233-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pycryptodome: update to version 3.4.11Derek Straka2018-02-233-2/+18
| | | | | | | | Update RDEPENDS to work on minimal python distribution Create a test package for unit tests Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-cmd2: update to version 0.8.0Derek Straka2018-02-231-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pytest: update to version 3.4.0Derek Straka2018-02-233-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-smbus: remove sed to replace i2c pathDerek Straka2018-02-231-6/+1
| | | | | | | | | The i2c-dev file is now installed in the standard location, so the sed to change the path can be removed. Add a PR value to ensure that if the sed already ran, the build can succeed. Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-cython: add nativesdk supportMartin Kelly2018-02-231-1/+11
| | | | | Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pyparsing: add nativesdk supportMartin Kelly2018-02-231-1/+1
| | | | | Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-cython: fill in missing rdependsMartin Kelly2018-02-231-0/+5
| | | | | | | There are a few runtime dependencies not listed, so add them. Signed-off-by: Martin Kelly <mkelly@xevo.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-twisted: remove python3-twisted-srcTomasz Meresiński2018-02-231-0/+2
| | | | | | | | | In python2 .py files are not necessary when importing a module. In python3 it's impossible to import without them. Removing python3-twisted-src makes .py files appear in packages again. Signed-off-by: Tomasz Meresiński<tomasz.meresinski@comarch.pl> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pycryptodome: update to version 3.4.8Derek Straka2018-02-113-3/+3
| | | | | | | | Update the license checksum for latest version and verify the terms remain the same Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-pymisp: update to version 2.4.87Derek Straka2018-02-113-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-ndg-httpsclient: update to version 0.4.4Derek Straka2018-02-113-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-grpcio-tools: update to version 1.8.4Derek Straka2018-02-111-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>