mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-25 01:08:22 +00:00
python3-ntplib: Upgrade 0.3.3 -> 0.3.4
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>
This commit is contained in:
13
meta-python/recipes-devtools/python/python3-ntplib_0.3.4.bb
Normal file
13
meta-python/recipes-devtools/python/python3-ntplib_0.3.4.bb
Normal file
@@ -0,0 +1,13 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user