mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
graphviz: Depend on py3 at runtime
These packages are empty but python scripts generally do not depend on python2 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -66,8 +66,8 @@ FILES_${PN}-perl += "${libdir}/perl5/*/vendor_perl/ ${libdir}/graphviz/perl/"
|
||||
FILES_${PN}-demo += "${datadir}/graphviz/demo/"
|
||||
|
||||
RDEPENDS_${PN}-perl += "perl"
|
||||
RDEPENDS_${PN}-python += "python"
|
||||
RDEPENDS_${PN}-demo += "python perl"
|
||||
RDEPENDS_${PN}-python += "python3"
|
||||
RDEPENDS_${PN}-demo += "python3 perl"
|
||||
|
||||
INSANE_SKIP_${PN}-perl = "dev-so"
|
||||
INSANE_SKIP_${PN}-python = "dev-so"
|
||||
|
||||
Reference in New Issue
Block a user