meta-openembedded/meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb
Derek Straka df6f7688e8 Remove deprecated python3-selectors from the RDEPENDS
The python3-selectors package was removed as part of the migration to the
json manifest file.  The functionality is now part of core

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2018-01-26 17:28:11 -08:00

15 lines
506 B
BlitzBasic

DESCRIPTION = "This module offers a simple interface to query NTP servers from Python."
SECTION = "devel/python"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://ntplib.py;beginline=1;endline=23;md5=afa07338a9595257e94c205c3e72224d"
SRCNAME = "ntplib"
SRC_URI[md5sum] = "c7cc8e9b09f40c84819859d70b7784ca"
SRC_URI[sha256sum] = "c4621b64d50be9461d9bd9a71ba0b4af06fbbf818bbd483752d95c1a4e273ede"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit setuptools3 python3native pypi
RDEPENDS_${PN} += "${PYTHON_PN}-datetime"