diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-17 08:34:28 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-17 08:34:28 -0400 |
commit | 63c67c6f9fc74a24be0eae29736b1444429eb963 (patch) | |
tree | 4a5254b7a01c887f873da6d0fcbdc38e30a03591 /meta-openstack/recipes-devtools/python | |
parent | 8807042735db6d3b1eb496df70e153c701a544d0 (diff) | |
download | meta-cloud-services-63c67c6f9fc74a24be0eae29736b1444429eb963.tar.gz |
psycopg2: fix License field parse error
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-psycopg2_2.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb b/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb index ab4fe1f..c92842e 100644 --- a/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb +++ b/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "Python-PostgreSQL Database Adapter" | 1 | DESCRIPTION = "Python-PostgreSQL Database Adapter" |
2 | HOMEPAGE = "http://initd.org/psycopg/" | 2 | HOMEPAGE = "http://initd.org/psycopg/" |
3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
4 | LICENSE = "GPLv3+ | 4 | LICENSE = "GPLv3+" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2c9872d13fa571e7ba6de95055da1fe2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2c9872d13fa571e7ba6de95055da1fe2" |
6 | DEPENDS = "postgresql" | 6 | DEPENDS = "postgresql" |
7 | 7 | ||