summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb b/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb
index a3a7ec0..fef8d5f 100644
--- a/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb
+++ b/meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb
@@ -17,3 +17,8 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
17inherit setuptools 17inherit setuptools
18 18
19DEPENDS += "python-vcversioner" 19DEPENDS += "python-vcversioner"
20
21# Satisfy setup.py 'setup_requires'
22DEPENDS += " \
23 python-vcversioner-native \
24 "