blob: ee91d18d80ee5b9074e386e169e1f0faa7fc291a [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "An implementation of time.monotonic() for Python 2.0 through 3.2"
2LICENSE = "Apache-2.0"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
4
5SRC_URI[md5sum] = "34351251d1a67667a25cd7673d2e44bf"
6SRC_URI[sha256sum] = "2b469e2d7dd403f7f7f79227fe5ad551ee1e76f8bb300ae935209884b93c7c1b"
7
8inherit pypi setuptools
9
10RDEPENDS_${PN} += "${PYTHON_PN}-ctypes ${PYTHON_PN}-io ${PYTHON_PN}-re ${PYTHON_PN}-threading"