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

Switch back to pulling from PyPI which now does have appropriate release tarballs. This fixes building the wheel. While touching the recipe, also add HOMEPAGE and point LIC_FILES_CHKSUM at the LICENSE file that's now part of the release tarball. Signed-off-by: Justin Bronder <jsbronder@cold-front.org> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
12 lines
425 B
BlitzBasic
12 lines
425 B
BlitzBasic
DESCRIPTION = "This module offers a simple interface to query NTP servers from Python."
|
|
HOMEPAGE = "https://github.com/cf-natali/ntplib"
|
|
SECTION = "devel/python"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=40707636fe237d725e2bd32cd949b7fe"
|
|
|
|
SRC_URI[sha256sum] = "899d8fb5f8c2555213aea95efca02934c7343df6ace9d7628a5176b176906267"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} += "${PYTHON_PN}-datetime ${PYTHON_PN}-io"
|