<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-python/recipes-devtools/python/python3-importlib-metadata_0.23.bb, branch scarthgap-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=scarthgap-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2020-03-27T03:35:47+00:00</updated>
<entry>
<title>python3-importlib-metadata: upgrade 0.23 -&gt; 1.5.2</title>
<updated>2020-03-27T03:35:47+00:00</updated>
<author>
<name>Trevor Gamblin</name>
<email>trevor.gamblin@windriver.com</email>
</author>
<published>2020-03-26T17:10:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e59d4df02f980e0dc57d45104320f5b3286025a0'/>
<id>urn:sha1:e59d4df02f980e0dc57d45104320f5b3286025a0</id>
<content type='text'>
Signed-off-by: Trevor Gamblin &lt;trevor.gamblin@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-importlib-metadata: fix class-target overriding default dependencies</title>
<updated>2019-11-20T07:33:03+00:00</updated>
<author>
<name>Nicola Lunghi</name>
<email>nick83ola@gmail.com</email>
</author>
<published>2019-11-19T12:16:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4a49ee1f6c0c6af453f67ebf383fb223c38e73eb'/>
<id>urn:sha1:4a49ee1f6c0c6af453f67ebf383fb223c38e73eb</id>
<content type='text'>
in commit fcda3fb1a3fbfac075325482074898dfb7138da7
  python3-importlib-metadata: RDEPEND python3-misc only for target and nativesdk

The RDEPENDS for class target was "appended" with +=
  RDEPENDS_${PN}_class-target += "python3-misc"

Using += for class target does't append the dependencies to
the existing one, instead what it does is overwrite it.
This was causing the RDEPENDS to be wrongly set only to python3-misc
not including the one included in the inc file (zipp, pathlib2).
Use append instead.

Signed-off-by: Nicola Lunghi &lt;nick83ola@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-importlib-metadata: RDEPEND python3-misc only for target and nativesdk</title>
<updated>2019-11-13T15:17:03+00:00</updated>
<author>
<name>Fabio Berton</name>
<email>fabio.berton@ossystems.com.br</email>
</author>
<published>2019-11-13T12:09:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fcda3fb1a3fbfac075325482074898dfb7138da7'/>
<id>urn:sha1:fcda3fb1a3fbfac075325482074898dfb7138da7</id>
<content type='text'>
Python3 recipe rprovides python3-misc only for target and nativesdk,
but if we have some recipe that rdepends python3-misc and has native
in BBCLASSEXTEND bitbake raises an error showing that nothing rprovides
python3-misc-native.

Signed-off-by: Fabio Berton &lt;fabio.berton@ossystems.com.br&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python3-importlib-metadata: add python3-misc to runtime depends</title>
<updated>2019-11-07T03:58:01+00:00</updated>
<author>
<name>Hongxu Jia</name>
<email>hongxu.jia@windriver.com</email>
</author>
<published>2019-11-06T07:49:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=894a6e333d9e6a3bf69a1dee87f49f6b73a6709f'/>
<id>urn:sha1:894a6e333d9e6a3bf69a1dee87f49f6b73a6709f</id>
<content type='text'>
...
$ python3
$ &gt;&gt;&gt; import importlib_metadata
Traceback (most recent call last):
  File "&lt;stdin&gt;", line 1, in &lt;module&gt;
  File "/usr/lib/python3.7/site-packages/importlib_metadata/__init__.py", line 15, in &lt;module&gt;
    from ._compat import (
  File "/usr/lib/python3.7/site-packages/importlib_metadata/_compat.py", line 28, in &lt;module&gt;
    import pathlib
ModuleNotFoundError: No module named 'pathlib'
...

Module pathlib comes from python3-misc

Signed-off-by: Hongxu Jia &lt;hongxu.jia@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>python-importlib-metadata: new recipe</title>
<updated>2019-09-19T07:09:43+00:00</updated>
<author>
<name>Yuan Chao</name>
<email>yuanc.fnst@cn.fujitsu.com</email>
</author>
<published>2019-09-19T03:23:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f5788587c94d19ef61f718bf21c39639fbeea396'/>
<id>urn:sha1:f5788587c94d19ef61f718bf21c39639fbeea396</id>
<content type='text'>
Add new recipe python-importlib-metadata as it is RDEPEND of python-pytest.

Signed-off-by: Yuan Chao &lt;yuanc.fnst@cn.fujitsu.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
</feed>
