diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-lockfile_0.12.2.bb')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python3-lockfile_0.12.2.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-lockfile_0.12.2.bb b/meta-openstack/recipes-devtools/python/python3-lockfile_0.12.2.bb deleted file mode 100644 index ba44638..0000000 --- a/meta-openstack/recipes-devtools/python/python3-lockfile_0.12.2.bb +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | DESCRIPTION = "Platform-independent file locking module" | ||
2 | HOMEPAGE = "http://code.google.com/p/pylockfile/" | ||
3 | SECTION = "devel/python" | ||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2340dffbbfea534b58f1349984eeef72" | ||
6 | |||
7 | SRC_URI[md5sum] = "a6a1a82957a23afdf44cfdd039b65ff9" | ||
8 | SRC_URI[sha256sum] = "6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799" | ||
9 | |||
10 | inherit setuptools3 pypi | ||
11 | |||
12 | DEPENDS += "\ | ||
13 | python3-pbr \ | ||
14 | " | ||
15 | |||
16 | # Satisfy setup.py 'setup_requires' | ||
17 | DEPENDS += " \ | ||
18 | python3-pbr-native \ | ||
19 | " | ||
20 | |||
21 | RDEPENDS:${PN} += "\ | ||
22 | python3-pbr \ | ||
23 | " | ||