diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 17:44:39 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 17:44:39 +0000 |
| commit | 9d632de8d0e109e342fe580cf4b2423a51c890c3 (patch) | |
| tree | bf3de8653b5ccfcc81cfe2b05c81fd376a9ddd85 /meta-openstack/recipes-devtools/python/python-xstatic-tv4_1.2.7.0.bb | |
| parent | ba0ca845af46a5d9c05dbd8943744a4e78d268d5 (diff) | |
| download | meta-cloud-services-9d632de8d0e109e342fe580cf4b2423a51c890c3.tar.gz | |
python: prepare for python3 only configuration
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-xstatic-tv4_1.2.7.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-xstatic-tv4_1.2.7.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-xstatic-tv4_1.2.7.0.bb b/meta-openstack/recipes-devtools/python/python-xstatic-tv4_1.2.7.0.bb index 6678c1b..e1cdbbe 100644 --- a/meta-openstack/recipes-devtools/python/python-xstatic-tv4_1.2.7.0.bb +++ b/meta-openstack/recipes-devtools/python/python-xstatic-tv4_1.2.7.0.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | DESCRIPTION = "Tiny Validator packaged for setuptools (easy_install) / pip." | 1 | DESCRIPTION = "Tiny Validator packaged for setuptools3 (easy_install) / pip." |
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-tv4" | 2 | HOMEPAGE = "https://pypi.python.org/pypi/XStatic-tv4" |
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "PD & MIT" | 4 | LICENSE = "PD & MIT" |
| @@ -9,7 +9,7 @@ PYPI_PACKAGE = "XStatic-tv4" | |||
| 9 | SRC_URI[md5sum] = "921148dff35fb41431d5f122da570248" | 9 | SRC_URI[md5sum] = "921148dff35fb41431d5f122da570248" |
| 10 | SRC_URI[sha256sum] = "9b4c57244e914126cdda5d8bc24698189d73800203c85b1fc945a08e25c7c713" | 10 | SRC_URI[sha256sum] = "9b4c57244e914126cdda5d8bc24698189d73800203c85b1fc945a08e25c7c713" |
| 11 | 11 | ||
| 12 | inherit setuptools pypi | 12 | inherit setuptools3 pypi |
| 13 | 13 | ||
| 14 | # DEPENDS_default: python-pip | 14 | # DEPENDS_default: python-pip |
| 15 | 15 | ||
