On 2017年08月12日 17:08, Martin Jansa wrote:
+inherit distro_features_check
+REQUIRED_DISTRO_FEATURES = "systemd"
+
+inherit setuptools3 python3native
+
+RDEPENDS_${PN} = "pykickstart python3-pyudev \
Should it rdepend on pykickstart or python3-pykickstart?

There is
PROVIDES = "pykickstart"
RPROVIDES_${PN} = "pykickstart"

in python3-pykickstart recipe so this works, but I don't understand why
not rdepend on python3-pykickstart directly like for most other python
packages.


Oh, the `pykickstart' is used by upstream blivet at very begging.
And this recipe kept it since then.

https://github.com/storaged-project/blivet/commit/9a6acef77255e2454822fbf758d65e92145fe32a

I keep it in python3-pykickstart just to backward compatibility, and
in the newly added python3-blivet, rdepends python3-pykickstart
like other python packages is better.

//Hongxu


--
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to