python: remove python 2.7 dependencies

- remove packages from image recipe
- change speedtest dependencies

BugzID: 53706

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
This commit is contained in:
Patrick Zysset 2018-11-07 01:16:09 +01:00
parent 418dab1608
commit 3a43edccc8
2 changed files with 1 additions and 3 deletions

View File

@ -51,13 +51,11 @@ IMAGE_INSTALL_append = " \
pciutils \ pciutils \
kernel-modules \ kernel-modules \
kernel-devicetree \ kernel-devicetree \
python-subprocess \
networkmanager \ networkmanager \
modemmanager \ modemmanager \
parted \ parted \
board-descriptor \ board-descriptor \
sw-update \ sw-update \
python-pip \
rng-tools \ rng-tools \
glibc-utils \ glibc-utils \
glibc-gconv \ glibc-gconv \

View File

@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRC_URI = "git://github.com/sivel/speedtest-cli.git;protocol=git " SRC_URI = "git://github.com/sivel/speedtest-cli.git;protocol=git "
SRCREV = "${AUTOREV}" SRCREV = "${AUTOREV}"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
RDEPENDS_${PN} = "python" RDEPENDS_${PN} = "python3"
do_install () { do_install () {
install -d -m 755 ${D}${bindir}/ install -d -m 755 ${D}${bindir}/