summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.5.bb
diff options
context:
space:
mode:
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.bb19
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 @@
1DESCRIPTION = "Python-PostgreSQL Database Adapter"
2HOMEPAGE = "http://initd.org/psycopg/"
3SECTION = "devel/python"
4LICENSE = "GPLv3+"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=72bded22a37845c7d9dc3fd39d699a2d"
6DEPENDS = "postgresql"
7
8SRC_URI += " \
9 file://remove-pg-config.patch \
10 "
11
12SRC_URI[md5sum] = "9e7d6f695fc7f8d1c42a7905449246c9"
13SRC_URI[sha256sum] = "eccf962d41ca46e6326b97c8fe0a6687b58dfc1a5f6540ed071ff1474cea749e"
14
15inherit distutils pypi
16
17DEPENDS += " \
18 postgresql \
19"