diff options
| author | Guðni Már Gilbert <gudnimar@noxmedical.com> | 2024-03-31 12:42:13 +0000 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-31 08:32:39 -0700 | 
| commit | 55017a608e5c8735b983ae06f206ce559fa6afe4 (patch) | |
| tree | 5bb34d1e1cf9acf8b5c3f5ccc1249ef069938de7 | |
| parent | 78980a0a1b27b259136e1c3e3f8d09864a3ff0f4 (diff) | |
| download | meta-openembedded-55017a608e5c8735b983ae06f206ce559fa6afe4.tar.gz | |
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>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb b/meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb index d1022891b9..ea175d214e 100644 --- a/meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb +++ b/meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb  | |||
| @@ -10,7 +10,7 @@ SRC_URI[sha256sum] = "190348041559e21b22a1d65cee485282ca11a6f81d503fddb84d5017e9 | |||
| 10 | 10 | ||
| 11 | inherit pypi setuptools3 python3native | 11 | inherit pypi setuptools3 python3native | 
| 12 | 12 | ||
| 13 | RDEPENDS:${PN} += "python3-six python3-gmpy2 python3-pbr" | 13 | RDEPENDS:${PN} += "python3-six python3-gmpy2" | 
| 14 | 14 | ||
| 15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" | 
| 16 | 16 | ||
