mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 23:48:20 +00:00
python3-pyasn1: Remove
This recipe has been moved to oe-core. Signed-off-by: Scott Murray <scott.murray@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
committed by
Trevor Gamblin
parent
4fe5813434
commit
120bfa2aa0
@@ -284,7 +284,6 @@ RDEPENDS:packagegroup-meta-python3 = "\
|
|||||||
python3-py-cpuinfo \
|
python3-py-cpuinfo \
|
||||||
python3-py-ubjson \
|
python3-py-ubjson \
|
||||||
python3-pyalsaaudio \
|
python3-pyalsaaudio \
|
||||||
python3-pyasn1 \
|
|
||||||
python3-pyasn1-modules \
|
python3-pyasn1-modules \
|
||||||
python3-pyatspi \
|
python3-pyatspi \
|
||||||
python3-pyaudio \
|
python3-pyaudio \
|
||||||
|
|||||||
@@ -1,31 +0,0 @@
|
|||||||
SUMMARY = "Python library implementing ASN.1 types."
|
|
||||||
HOMEPAGE = "http://pyasn1.sourceforge.net/"
|
|
||||||
LICENSE = "BSD-2-Clause"
|
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=a14482d15c2249de3b6f0e8a47e021fd"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "dffae4ff9f997a83324b3f33fe62be54"
|
|
||||||
SRC_URI[sha256sum] = "aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba"
|
|
||||||
|
|
||||||
RDEPENDS:${PN}:class-target += " \
|
|
||||||
${PYTHON_PN}-codecs \
|
|
||||||
${PYTHON_PN}-logging \
|
|
||||||
${PYTHON_PN}-math \
|
|
||||||
${PYTHON_PN}-shell \
|
|
||||||
"
|
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
|
||||||
|
|
||||||
inherit ptest
|
|
||||||
|
|
||||||
SRC_URI += " \
|
|
||||||
file://run-ptest \
|
|
||||||
"
|
|
||||||
|
|
||||||
RDEPENDS:${PN}-ptest += " \
|
|
||||||
${PYTHON_PN}-pytest \
|
|
||||||
"
|
|
||||||
|
|
||||||
do_install_ptest() {
|
|
||||||
install -d ${D}${PTEST_PATH}/tests
|
|
||||||
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
|
|
||||||
}
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
|
|
||||||
pytest -o log_cli=true -o log_cli_level=INFO | sed -e 's/\[...%\]//g'| sed -e 's/PASSED/PASS/g'| sed -e 's/FAILED/FAIL/g'|sed -e 's/SKIPPED/SKIP/g'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS"){printf "%s: %s\n", $NF, $0}else{print}}'| awk '{if ($NF=="PASS" || $NF=="FAIL" || $NF=="SKIP" || $NF=="XFAIL" || $NF=="XPASS") {$NF="";print $0}else{print}}'
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
inherit pypi setuptools3
|
|
||||||
require python-pyasn1.inc
|
|
||||||
Reference in New Issue
Block a user