summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb (renamed from meta-openstack/recipes-devtools/python/python-psycopg2_2.7.4.bb)6
1 files changed, 3 insertions, 3 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.5.bb
index 674322d..740643d 100644
--- a/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.4.bb
+++ b/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb
@@ -2,15 +2,15 @@ DESCRIPTION = "Python-PostgreSQL Database Adapter"
2HOMEPAGE = "http://initd.org/psycopg/" 2HOMEPAGE = "http://initd.org/psycopg/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "GPLv3+" 4LICENSE = "GPLv3+"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=2c9872d13fa571e7ba6de95055da1fe2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=72bded22a37845c7d9dc3fd39d699a2d"
6DEPENDS = "postgresql" 6DEPENDS = "postgresql"
7 7
8SRC_URI += " \ 8SRC_URI += " \
9 file://remove-pg-config.patch \ 9 file://remove-pg-config.patch \
10 " 10 "
11 11
12SRC_URI[md5sum] = "70fc57072e084565a42689d416cf2c5c" 12SRC_URI[md5sum] = "9e7d6f695fc7f8d1c42a7905449246c9"
13SRC_URI[sha256sum] = "8bf51191d60f6987482ef0cfe8511bbf4877a5aa7f313d7b488b53189cf26209" 13SRC_URI[sha256sum] = "eccf962d41ca46e6326b97c8fe0a6687b58dfc1a5f6540ed071ff1474cea749e"
14 14
15inherit distutils pypi 15inherit distutils pypi
16 16