mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python3-ntplib: add recipe 0.3.3
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
12
meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb
Normal file
12
meta-python/recipes-devtools/python/python3-ntplib_0.3.3.bb
Normal file
@@ -0,0 +1,12 @@
|
||||
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
|
||||
Reference in New Issue
Block a user