summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb b/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.bb
deleted file mode 100644
index c92842e..0000000
--- a/meta-openstack/recipes-devtools/python/python-psycopg2_2.5.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
8PR = "r0"
9SRCNAME = "psycopg2"
10
11SRC_URI = "https://pypi.python.org/packages/source/p/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
12 file://remove-pg-config.patch"
13
14SRC_URI[md5sum] = "facd82faa067e99b80146a0ee2f842f6"
15SRC_URI[sha256sum] = "6b2f0cc9199de9eaa53ba10ff69b2741e73484b24657e69bdae259561c23bde4"
16
17S = "${WORKDIR}/${SRCNAME}-${PV}"
18
19inherit distutils