diff options
| author | Lei Maohui <leimaohui@cn.fujitsu.com> | 2015-04-16 11:58:41 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-04-16 15:12:24 -0400 |
| commit | 8807042735db6d3b1eb496df70e153c701a544d0 (patch) | |
| tree | 5312fbe753e83b775651a78ad37301acafe062e7 /meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb | |
| parent | b893f4c9d72af837325667caa1acae46cbca1ee7 (diff) | |
| download | meta-cloud-services-8807042735db6d3b1eb496df70e153c701a544d0.tar.gz | |
python-psycopg2_2.5: The license should be GPLv3+
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb')
| -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 c93e62b..ab4fe1f 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 = "GPLv2" | 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 | ||
