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:
parent
418dab1608
commit
3a43edccc8
|
|
@ -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 \
|
||||||
|
|
|
||||||
|
|
@ -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}/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue