mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

Upgrade to release 0.3.4: - Use setuptools - update URL Use source from the GitHub repository instead of pypi because appropriate archive for this release is not available at pypi.org. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
14 lines
447 B
BlitzBasic
14 lines
447 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"
|
|
|
|
SRC_URI = "git://github.com/cf-natali/ntplib.git"
|
|
SRCREV ?= "aea7925c26152024ca8cf207e77f403f8127727a"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit setuptools3 python3native
|
|
|
|
RDEPENDS_${PN} += "${PYTHON_PN}-datetime ${PYTHON_PN}-io"
|