diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-10-02 15:50:53 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-10-06 12:14:46 -0400 |
| commit | 1d072421830c6dfe39b796fe768ef5e811262d7f (patch) | |
| tree | 83fab79600bd86a18bbbb58e0776d88ac6fa5fc7 /meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb | |
| parent | 05a5bad8e39e0564f5b598753b36b935ee6b197f (diff) | |
| download | meta-cloud-services-1d072421830c6dfe39b796fe768ef5e811262d7f.tar.gz | |
python-jsonpointer: inherit setuptools instead of distutils
setup.py for this pkg uses setuptools, not distutils:
"from setuptools import setup"
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb b/meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb index d7b976b..14d38fd 100644 --- a/meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb +++ b/meta-openstack/recipes-devtools/python/python-jsonpointer_1.7.bb | |||
| @@ -14,4 +14,4 @@ SRC_URI[sha256sum] = "46b2016b5e4f2b5cd2edf07c60ca8fe7dd91204ca848f98964be61b3c4 | |||
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" |
| 16 | 16 | ||
| 17 | inherit distutils | 17 | inherit setuptools |
