diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-10-01 09:18:35 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-01 09:20:21 -0700 |
| commit | 5afc38b504bc891d228ae246d72d29d3a7d3be52 (patch) | |
| tree | b87a97b7e82840a1901f4898f1768a0cdfe8f25f /meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.1.bb | |
| parent | f2ba44f5d69f9a01334858127f166c381001e88a (diff) | |
| download | meta-openembedded-5afc38b504bc891d228ae246d72d29d3a7d3be52.tar.gz | |
python3-pyasn1-modules: Stop using pyasn1.compat.octets in tests
asn1 0.6.1 has dropped this module
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.1.bb b/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.1.bb index e8c0f960aa..03097801b8 100644 --- a/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-pyasn1-modules_0.4.1.bb | |||
| @@ -6,6 +6,7 @@ HOMEPAGE = "https://github.com/etingof/pyasn1-modules" | |||
| 6 | LICENSE = "BSD-2-Clause" | 6 | LICENSE = "BSD-2-Clause" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=190f79253908c986e6cacf380c3a5f6d" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=190f79253908c986e6cacf380c3a5f6d" |
| 8 | 8 | ||
| 9 | SRC_URI += "file://0001-Stop-using-pyasn1.compat.octets.patch" | ||
| 9 | SRC_URI[sha256sum] = "c28e2dbf9c06ad61c71a075c7e0f9fd0f1b0bb2d2ad4377f240d33ac2ab60a7c" | 10 | SRC_URI[sha256sum] = "c28e2dbf9c06ad61c71a075c7e0f9fd0f1b0bb2d2ad4377f240d33ac2ab60a7c" |
| 10 | 11 | ||
| 11 | PYPI_PACKAGE = "pyasn1_modules" | 12 | PYPI_PACKAGE = "pyasn1_modules" |
