Tim Orling 3c9af2142d python-pytest.inc: add ${PYTHON_PN}-doctest to RDEPENDS
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>
2018-03-16 19:27:24 -07:00
2016-10-21 18:20:43 +02:00
2018-03-16 19:15:50 -07:00

Collection of layers for the OE-core universe

Please see the respective READMEs in the layer subdirectories

S
Description
No description provided
Readme 112 MiB
Languages
BitBake 85.2%
Shell 6.1%
C 3%
Roff 2.1%
NASL 1.9%
Other 1.5%