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