diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-06-29 13:56:39 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-06-29 15:01:17 -0400 |
| commit | 3bd48fe64c0459bb09d2b17c6606e020896ebeb5 (patch) | |
| tree | 6a52874192e225d7b9b001ef193607dccac41aec /meta-openstack/recipes-devtools/python/python-jsonschema_2.5.1.bb | |
| parent | bf6dc0176c734d824c1837408194e53cfd80f1f7 (diff) | |
| download | meta-cloud-services-3bd48fe64c0459bb09d2b17c6606e020896ebeb5.tar.gz | |
python: satisfy setup.py 'setup_requires' for vcversioner
python-jsonschema has a 'setup_requires' for python vcversioner so we
must have a -native version of python-vcversioner and DEPEND on it in
order to avoid setup.py downloading the requires from PyPI.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
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.bb | 5 |
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}" | |||
| 17 | inherit setuptools | 17 | inherit setuptools |
| 18 | 18 | ||
| 19 | DEPENDS += "python-vcversioner" | 19 | DEPENDS += "python-vcversioner" |
| 20 | |||
| 21 | # Satisfy setup.py 'setup_requires' | ||
| 22 | DEPENDS += " \ | ||
| 23 | python-vcversioner-native \ | ||
| 24 | " | ||
