diff options
| author | Hong Liu <hongl.fnst@cn.fujitsu.com> | 2018-09-18 17:36:29 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-09-19 03:58:45 -0400 |
| commit | 0251e2c1734ae38ecb4cc5ed267a1d94d050dee3 (patch) | |
| tree | e7ea82af793ea3cb1c824d77f0cf6d428fde04a1 /meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb | |
| parent | 4a1ffcdc9939cf3280fd803901f5175502a5ef8f (diff) | |
| download | meta-cloud-services-0251e2c1734ae38ecb4cc5ed267a1d94d050dee3.tar.gz | |
python-psycopg2:2.7.4 -> 2.7.5
1.Upgrade python-psycopg2 from 2.7.4 to 2.7.5
2.Modify LIC_FILES_CHKSUM.because of delete BSD-like license
Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb b/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb new file mode 100644 index 0000000..740643d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | DESCRIPTION = "Python-PostgreSQL Database Adapter" | ||
| 2 | HOMEPAGE = "http://initd.org/psycopg/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "GPLv3+" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=72bded22a37845c7d9dc3fd39d699a2d" | ||
| 6 | DEPENDS = "postgresql" | ||
| 7 | |||
| 8 | SRC_URI += " \ | ||
| 9 | file://remove-pg-config.patch \ | ||
| 10 | " | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "9e7d6f695fc7f8d1c42a7905449246c9" | ||
| 13 | SRC_URI[sha256sum] = "eccf962d41ca46e6326b97c8fe0a6687b58dfc1a5f6540ed071ff1474cea749e" | ||
| 14 | |||
| 15 | inherit distutils pypi | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | postgresql \ | ||
| 19 | " | ||
