]> code.ossystems Code Review - openembedded-core.git/commit
generate-manifest-2.7.py: fix python-tests rdepends
authorMing Liu <peter.x.liu@external.atlascopco.com>
Sun, 26 Feb 2017 08:05:11 +0000 (09:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Mar 2017 15:50:19 +0000 (15:50 +0000)
commit13adc5bbfd2ef64133a086ec6c917ac3ef274087
treec340f3b02343ba7acfc4f38aa9f10e734b090ec5
parent800753069f667cd1664d70b3779150c467e3b3fe
generate-manifest-2.7.py: fix python-tests rdepends

A potential flaw was introduced by commit a8dc4bc0:
[ python: fix python-tests rdepends ]

It made python-tests RDEPENDS on python-modules which is correct, but
this should be done in generate-manifest-2.7.py, and re-generate the
manifest.

Fixed by adding this dependency in generate-manifest-2.7.py as well.

Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/contrib/python/generate-manifest-2.7.py