blob: d0a8d7a8234fc3f4983b70151facb73a553ca1d7 [file] [log] [blame]
Andrew Geisslerd688a012020-09-18 13:36:00 -05001DESCRIPTION = "This module offers a simple interface to query NTP servers from Python."
Andrew Geissler9aee5002022-03-30 16:27:02 +00002HOMEPAGE = "https://github.com/cf-natali/ntplib"
Andrew Geisslerd688a012020-09-18 13:36:00 -05003SECTION = "devel/python"
4LICENSE = "MIT"
Andrew Geissler9aee5002022-03-30 16:27:02 +00005LIC_FILES_CHKSUM = "file://LICENSE;md5=40707636fe237d725e2bd32cd949b7fe"
Andrew Geisslerd688a012020-09-18 13:36:00 -05006
Andrew Geissler9aee5002022-03-30 16:27:02 +00007SRC_URI[sha256sum] = "899d8fb5f8c2555213aea95efca02934c7343df6ace9d7628a5176b176906267"
Andrew Geisslerd688a012020-09-18 13:36:00 -05008
Andrew Geissler9aee5002022-03-30 16:27:02 +00009inherit pypi setuptools3
Andrew Geisslerd688a012020-09-18 13:36:00 -050010
Patrick Williams39653562024-03-01 08:54:02 -060011RDEPENDS:${PN} += "python3-datetime python3-io"