diff options
| author | Amy Fong <amy.fong@windriver.com> | 2014-05-22 15:01:51 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-05-24 00:03:43 -0400 |
| commit | 96bff19130223ec50f9bb216adfe690f3c62a287 (patch) | |
| tree | 2336722bfa7770fa1055d5a97e9d1e4eeb80cdbf /meta-openstack/recipes-devtools/python | |
| parent | 692f2430ff0ba88ecadc1eeea1bc788288257943 (diff) | |
| download | meta-cloud-services-96bff19130223ec50f9bb216adfe690f3c62a287.tar.gz | |
python-six: No generic license file exists for: UNKNOWN in any provider
Change license to MIT
Signed-off-by: Amy Fong <amy.fong@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-six_1.6.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-six_1.6.1.bb b/meta-openstack/recipes-devtools/python/python-six_1.6.1.bb index 36b9053..8bd39cc 100644 --- a/meta-openstack/recipes-devtools/python/python-six_1.6.1.bb +++ b/meta-openstack/recipes-devtools/python/python-six_1.6.1.bb | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | DESCRIPTION = "Python 2 and 3 compatibility utilities" | 1 | DESCRIPTION = "Python 2 and 3 compatibility utilities" |
| 2 | HOMEPAGE = "http://pypi.python.org/pypi/six/" | 2 | HOMEPAGE = "http://pypi.python.org/pypi/six/" |
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "UNKNOWN" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=530f34047c21ad45b3199946dd90bea5" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=530f34047c21ad45b3199946dd90bea5" |
| 6 | 6 | ||
| 7 | PR = "r0" | 7 | PR = "r1" |
| 8 | SRCNAME = "six" | 8 | SRCNAME = "six" |
| 9 | 9 | ||
| 10 | SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ | 10 | SRC_URI = "https://pypi.python.org/packages/source/s/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \ |
