mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-ecdsa: remove python3-pbr
python3-pbr is not a runtime dependency or a buildtime dependency. The reason for this change is not only to clean up the RDEPENDS list. But also because python3-pbr adds pip as a runtime dependency which is not always desireable. Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
78980a0a1b
commit
55017a608e
|
|
@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "190348041559e21b22a1d65cee485282ca11a6f81d503fddb84d5017e9
|
|||
|
||||
inherit pypi setuptools3 python3native
|
||||
|
||||
RDEPENDS:${PN} += "python3-six python3-gmpy2 python3-pbr"
|
||||
RDEPENDS:${PN} += "python3-six python3-gmpy2"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user