diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-05-31 20:13:46 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-06-01 07:48:10 -0700 |
| commit | 295406cc5af4c2dd2a270d6b9b6340bec47df8a4 (patch) | |
| tree | 3701c3d572ee82258d7398a1f4e911b970b90eb7 /meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb | |
| parent | 2b01328f568badd81f1063a2ff854914d3f6450e (diff) | |
| download | meta-openembedded-295406cc5af4c2dd2a270d6b9b6340bec47df8a4.tar.gz | |
python3-ntplib: Upgrade 0.3.4 -> 0.4.0
Upgrade to release 0.4.0:
- flake8 conformance
- Add ROA Reference ID
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb b/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb new file mode 100644 index 0000000000..9477a7606a --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | DESCRIPTION = "This module offers a simple interface to query NTP servers from Python." | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://ntplib.py;beginline=1;endline=23;md5=afa07338a9595257e94c205c3e72224d" | ||
| 5 | |||
| 6 | SRC_URI = "git://github.com/cf-natali/ntplib.git" | ||
| 7 | SRCREV ?= "b9c11c5906bc802a20a2dab390e57c50be558808" | ||
| 8 | |||
| 9 | S = "${WORKDIR}/git" | ||
| 10 | |||
| 11 | inherit setuptools3 python3native | ||
| 12 | |||
| 13 | RDEPENDS_${PN} += "${PYTHON_PN}-datetime ${PYTHON_PN}-io" | ||
