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:00:53 -0400 |
| commit | 8d35303d46a080fd974a949ce0ca8c137224e4e9 (patch) | |
| tree | e7ff04f5f1a5a5a15930b36b9dbe798597377726 /meta-openstack/recipes-devtools/python/python-six_1.6.1.bb | |
| parent | 41fa4451af4141dcfa646f66a575e9400cbc5e31 (diff) | |
| download | meta-cloud-services-8d35303d46a080fd974a949ce0ca8c137224e4e9.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>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-six_1.6.1.bb')
| -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 \ |
