diff options
| author | Guðni Már Gilbert <gudnimar@noxmedical.com> | 2024-04-01 16:44:04 +0000 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-04-02 14:56:54 -0700 |
| commit | 8e540cab434f1106fa3e2f774190a966100ac438 (patch) | |
| tree | 535bf0e55940ba5f0baf6230a24048142f7cf782 /meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb | |
| parent | 873d049724469e792a1db747f5264c2a5f3b4b70 (diff) | |
| download | meta-openembedded-8e540cab434f1106fa3e2f774190a966100ac438.tar.gz | |
python3-ecdsa: cleanup DEPENDS
Remove python3-pbr from DEPENDS: when looking at the source code
it looks like pbr is used in the CI process when building for
Python 2.6 only. Python 2 is no longer supported in the Yocto
project so it can be safely removed.
Remove python3-pip from DEPENDS: pip is not a build time
dependency.
Changes were tested on Kirkstone. The requirements for
python3-ecdsa v0.18 are exactly the same.
Signed-off-by: Guðni Már Gilbert <gudnimar@noxmedical.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ecdsa_0.18.0.bb | 2 |
1 files changed, 0 insertions, 2 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 ea175d214e..12dd51e799 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 | |||
| @@ -3,8 +3,6 @@ SECTION = "devel/python" | |||
| 3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=66ffc5e30f76cbb5358fe54b645e5a1d" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=66ffc5e30f76cbb5358fe54b645e5a1d" |
| 5 | 5 | ||
| 6 | DEPENDS += "python3-pip python3-pbr" | ||
| 7 | |||
| 8 | PYPI_PACKAGE = "ecdsa" | 6 | PYPI_PACKAGE = "ecdsa" |
| 9 | SRC_URI[sha256sum] = "190348041559e21b22a1d65cee485282ca11a6f81d503fddb84d5017e9ed1e49" | 7 | SRC_URI[sha256sum] = "190348041559e21b22a1d65cee485282ca11a6f81d503fddb84d5017e9ed1e49" |
| 10 | 8 | ||
