summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.4.bb
diff options
context:
space:
mode:
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.bb19
1 files changed, 0 insertions, 19 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
deleted file mode 100644
index 674322d..0000000
--- a/meta-openstack/recipes-devtools/python/python-psycopg2_2.7.4.bb
+++ /dev/null
@@ -1,19 +0,0 @@
1DESCRIPTION = "Python-PostgreSQL Database Adapter"
2HOMEPAGE = "http://initd.org/psycopg/"
3SECTION = "devel/python"
4LICENSE = "GPLv3+"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=2c9872d13fa571e7ba6de95055da1fe2"
6DEPENDS = "postgresql"
7
8SRC_URI += " \
9 file://remove-pg-config.patch \
10 "
11
12SRC_URI[md5sum] = "70fc57072e084565a42689d416cf2c5c"
13SRC_URI[sha256sum] = "8bf51191d60f6987482ef0cfe8511bbf4877a5aa7f313d7b488b53189cf26209"
14
15inherit distutils pypi
16
17DEPENDS += " \
18 postgresql \
19"