diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glanceclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb index a41405f..acfc6e7 100644 --- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb | |||
| @@ -19,14 +19,14 @@ DEPENDS += " \ | |||
| 19 | 19 | ||
| 20 | inherit setuptools3 monitor rmargparse | 20 | inherit setuptools3 monitor rmargparse |
| 21 | 21 | ||
| 22 | FILES_${PN} += "${datadir}/${SRCNAME}" | 22 | FILES:${PN} += "${datadir}/${SRCNAME}" |
| 23 | 23 | ||
| 24 | # Satisfy setup.py 'setup_requires' | 24 | # Satisfy setup.py 'setup_requires' |
| 25 | DEPENDS += " \ | 25 | DEPENDS += " \ |
| 26 | python-pbr-native \ | 26 | python-pbr-native \ |
| 27 | " | 27 | " |
| 28 | 28 | ||
| 29 | RDEPENDS_${PN} += " \ | 29 | RDEPENDS:${PN} += " \ |
| 30 | gmp \ | 30 | gmp \ |
| 31 | bash \ | 31 | bash \ |
| 32 | python-pbr \ | 32 | python-pbr \ |
