Files
poky/meta/recipes-devtools
Trevor Gamblin bbe46d8ca3 python3-subunit: ensure runtime dependencies are present
Without access to unittest, subunit cannot be imported in python3:

    root@qemux86-64:~# python3
    Python 3.7.4 (default, Sep 20 2019, 13:38:31)
    [GCC 9.2.0] on linux
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import subunit
    Traceback (most recent call last):
      File "<stdin>", line 1, in <module>
      File "/usr/lib/python3.7/site-packages/subunit/__init__.py", line 123, in <module>
        import unittest
    ModuleNotFoundError: No module named 'unittest'
    >>>

Adding python3-testtools to python3-subunit's RDEPENDS fixes the
issue. This also implicitly provides the functionality found in
the python3-extras module.

(From OE-Core rev: 7ed7dc39e379c18f757e3c326ec1466c8ab27b41)

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-09-27 13:02:17 +01:00
..
2019-07-02 08:13:07 +01:00
2019-08-30 17:10:28 +01:00
2019-09-19 10:54:32 +01:00
2018-08-23 18:02:23 +01:00
2019-04-26 10:09:08 +01:00
2019-08-12 16:23:57 +01:00
2019-09-16 23:02:43 +01:00
2019-05-29 12:54:12 +01:00
2019-09-19 10:54:32 +01:00
2019-08-21 21:52:59 +01:00
2018-11-14 11:14:39 +00:00
2019-09-01 22:33:08 +01:00
2018-03-09 09:17:03 -08:00
2019-09-27 13:02:16 +01:00
2019-04-16 11:10:02 +01:00
2019-09-06 08:15:45 +01:00
2019-08-14 17:33:49 +01:00
2019-09-01 22:33:07 +01:00
2019-05-27 17:06:34 +01:00
2018-01-30 12:53:16 +00:00
2019-09-06 14:58:10 +01:00
2019-02-15 16:05:37 +00:00
2019-05-16 09:16:50 +01:00
2019-07-31 23:03:01 +01:00
2019-05-08 23:00:32 +01:00
2019-07-17 19:25:02 +01:00
2019-07-15 09:30:00 +01:00
2019-04-23 23:30:19 +01:00
2019-09-06 14:58:09 +01:00
2019-05-08 12:15:17 +01:00
2019-07-31 23:03:01 +01:00
2019-07-18 12:16:19 +01:00
2018-11-14 11:14:39 +00:00
2019-08-28 11:31:21 +01:00
2019-09-01 22:33:07 +01:00
2019-08-22 22:48:27 +01:00
2019-07-19 16:19:14 +01:00
2019-03-04 22:57:05 +00:00
2019-08-22 22:48:27 +01:00
2019-04-05 17:32:50 +01:00