blob: 20ea018045ff5c437549c06e9c64c6d8732e1ae6 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001DESCRIPTION = "Platform-independent file locking module"
2HOMEPAGE = "http://launchpad.net/pylockfile"
3SECTION = "devel/python"
4
5RDEPENDS_${PN} = "python-threading"
6
7LICENSE = "MIT"
Brad Bishop0f291cc2019-09-01 15:16:57 -04008LIC_FILES_CHKSUM = "file://LICENSE;md5=2340dffbbfea534b58f1349984eeef72"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05009
10inherit pypi setuptools
11
12SRC_URI[md5sum] = "a6a1a82957a23afdf44cfdd039b65ff9"
13SRC_URI[sha256sum] = "6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799"
Brad Bishop316dfdd2018-06-25 12:45:53 -040014
15# Satisfy setup.py 'setup_requires'
16DEPENDS += " \
17 python-pbr-native \
18 "
19