diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb | 10 |
1 files changed, 4 insertions, 6 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 index e8620b14b5..d78bec046f 100644 --- a/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb +++ b/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb | |||
@@ -1,13 +1,11 @@ | |||
1 | DESCRIPTION = "This module offers a simple interface to query NTP servers from Python." | 1 | DESCRIPTION = "This module offers a simple interface to query NTP servers from Python." |
2 | HOMEPAGE = "https://github.com/cf-natali/ntplib" | ||
2 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
3 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://ntplib.py;beginline=1;endline=23;md5=afa07338a9595257e94c205c3e72224d" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=40707636fe237d725e2bd32cd949b7fe" |
5 | 6 | ||
6 | SRC_URI = "git://github.com/cf-natali/ntplib.git;branch=master;protocol=https" | 7 | SRC_URI[sha256sum] = "899d8fb5f8c2555213aea95efca02934c7343df6ace9d7628a5176b176906267" |
7 | SRCREV ?= "b9c11c5906bc802a20a2dab390e57c50be558808" | ||
8 | 8 | ||
9 | S = "${WORKDIR}/git" | 9 | inherit pypi setuptools3 |
10 | |||
11 | inherit setuptools3 python3native | ||
12 | 10 | ||
13 | RDEPENDS:${PN} += "${PYTHON_PN}-datetime ${PYTHON_PN}-io" | 11 | RDEPENDS:${PN} += "${PYTHON_PN}-datetime ${PYTHON_PN}-io" |