diff options
| author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2018-03-23 11:28:54 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-03-29 08:02:19 -0400 |
| commit | cd57621be047996376be1b08212b0a7795c66174 (patch) | |
| tree | 22dfea1aa348bc685ff78dc8bfc5a835c41070ee /meta-openstack/recipes-devtools/python/python-psycopg2_2.7.4.bb | |
| parent | 8ee05d95b70da7e7b62eb03aae05068947c298a1 (diff) | |
| download | meta-cloud-services-cd57621be047996376be1b08212b0a7795c66174.tar.gz | |
python-psycopg2: 2.6.2 -> 2.7.4
1.Upgrade python-psycopg2 from 2.6.2 to 2.7.4.
2.Modify remove-pg-config.patch, since the data has been changed.
Signed-off-by: Huang Qiyu <huangqy.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.4.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-psycopg2_2.7.4.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.4.bb b/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.4.bb new file mode 100644 index 0000000..674322d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.4.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=2c9872d13fa571e7ba6de95055da1fe2" | ||
| 6 | DEPENDS = "postgresql" | ||
| 7 | |||
| 8 | SRC_URI += " \ | ||
| 9 | file://remove-pg-config.patch \ | ||
| 10 | " | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "70fc57072e084565a42689d416cf2c5c" | ||
| 13 | SRC_URI[sha256sum] = "8bf51191d60f6987482ef0cfe8511bbf4877a5aa7f313d7b488b53189cf26209" | ||
| 14 | |||
| 15 | inherit distutils pypi | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | postgresql \ | ||
| 19 | " | ||
