diff options
| author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2017-01-23 13:04:46 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-25 14:30:00 -0500 |
| commit | a00306edc391d247eedd33037e31c19c3ec8d076 (patch) | |
| tree | 5384b41b93581b48f860b8a4959028b1659053bb /meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb | |
| parent | 337a2d8c7d795e3a12b4c1bbd1f3b790fcaf2e4c (diff) | |
| download | meta-cloud-services-a00306edc391d247eedd33037e31c19c3ec8d076.tar.gz | |
python-lockfile: 0.10.2 -> 0.12.2
Upgrade python-lockfile from 0.10.2 to 0.12.2.
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb b/meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb deleted file mode 100644 index 9ba93df..0000000 --- a/meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb +++ /dev/null | |||
| @@ -1,29 +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 | SRCNAME = "lockfile" | ||
| 8 | |||
| 9 | SRC_URI = "https://pypi.python.org/packages/source/l/lockfile/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "1aa6175a6d57f082cd12e7ac6102ab15" | ||
| 12 | SRC_URI[sha256sum] = "9e42252f17d1dd89ee31745e0c4fbe58862c25147eb0ef5295c9cd9bcb4ea2c1" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit distutils | ||
| 17 | |||
| 18 | DEPENDS += "\ | ||
| 19 | python-pbr \ | ||
| 20 | " | ||
| 21 | |||
| 22 | # Satisfy setup.py 'setup_requires' | ||
| 23 | DEPENDS += " \ | ||
| 24 | python-pbr-native \ | ||
| 25 | " | ||
| 26 | |||
| 27 | RDEPENDS_${PN} += "\ | ||
| 28 | python-pbr \ | ||
| 29 | " | ||
