diff options
author | 2020-06-02 11:54:02 -0700 | |
---|---|---|
committer | 2020-06-05 15:29:21 -0400 | |
commit | b78a1f53e85fef636b15afc0c4ccb7b82739ef69 (patch) | |
tree | 7e4b518e2741f4aaafb58f5663a3359ee2654f6e | |
parent | c58cac312b0ab71144d00ba6e4a01739e7aa3a3f (diff) | |
download | meta-cloud-services-b78a1f53e85fef636b15afc0c4ccb7b82739ef69.tar.gz meta-cloud-services-b78a1f53e85fef636b15afc0c4ccb7b82739ef69.tar.bz2 meta-cloud-services-b78a1f53e85fef636b15afc0c4ccb7b82739ef69.zip |
python-glacnestore: satisfy setup.py setup_requires
Commit 8fdbb0381d disallows fetch of code during do_compile task.
This commits extends DEPENDS to python-pbr-native.
Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-glancestore_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb index 0abf521f..ec59f589 100644 --- a/meta-openstack/recipes-devtools/python/python-glancestore_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glancestore_git.bb @@ -21,6 +21,11 @@ DEPENDS += " \ python-pbr \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + RDEPENDS_${PN} = " \ python-enum34 \ python-eventlet \ |