mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-22 11:00:49 +00:00
dool: remove python3-six dependency
This was removed in dool 0.9. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
committed by
Richard Purdie
parent
ce1713c062
commit
a6b11ea914
@@ -7,7 +7,7 @@ LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
|
||||
|
||||
DEPENDS += "asciidoc-native xmlto-native"
|
||||
RDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell python3-six python3-unixadmin"
|
||||
RDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell python3-unixadmin"
|
||||
|
||||
SRC_URI = "git://github.com/scottchiefbaker/dool.git;branch=next;protocol=https;tag=v${PV}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user