blob: e43bf088459e98b9b9251954f1aed9bcd2acb14c [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001DESCRIPTION = "Powerful Python library for atomic file writes"
2HOMEPAGE = "https://github.com/untitaker/python-atomicwrites"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=91cc36cfafeefb7863673bcfcb1d4da4"
5
6SRC_URI[md5sum] = "ce11f780a4ce0fce8a55d64494a88178"
7SRC_URI[sha256sum] = "75a9445bac02d8d058d5e1fe689654ba5a6556a1dfd8ce6ec55a0ed79866cfa6"
8
Brad Bishopa891d152019-09-13 06:17:45 -04009inherit pypi setuptools3
Andrew Geisslere231d582020-05-05 08:53:09 -050010
11RDEPENDS_${PN} = "${PYTHON_PN}-misc"