diff options
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 | 8 |
1 files changed, 8 insertions, 0 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 index 35131a7..5ae891b 100644 --- a/meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb +++ b/meta-openstack/recipes-devtools/python/python-lockfile_0.10.2.bb | |||
| @@ -14,3 +14,11 @@ SRC_URI[sha256sum] = "9e42252f17d1dd89ee31745e0c4fbe58862c25147eb0ef5295c9cd9bcb | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 15 | 15 | ||
| 16 | inherit distutils | 16 | inherit distutils |
| 17 | |||
| 18 | DEPENDS += "\ | ||
| 19 | python-pbr \ | ||
| 20 | " | ||
| 21 | |||
| 22 | RDEPENDS_${PN} += "\ | ||
| 23 | python-pbr \ | ||
| 24 | " | ||
