summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-psycopg2_2.6.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-psycopg2_2.6.2.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-psycopg2_2.6.2.bb9
1 files changed, 2 insertions, 7 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-psycopg2_2.6.2.bb b/meta-openstack/recipes-devtools/python/python-psycopg2_2.6.2.bb
index 2cdb138..37a4bdd 100644
--- a/meta-openstack/recipes-devtools/python/python-psycopg2_2.6.2.bb
+++ b/meta-openstack/recipes-devtools/python/python-psycopg2_2.6.2.bb
@@ -5,19 +5,14 @@ LICENSE = "GPLv3+"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=2c9872d13fa571e7ba6de95055da1fe2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=2c9872d13fa571e7ba6de95055da1fe2"
6DEPENDS = "postgresql" 6DEPENDS = "postgresql"
7 7
8PR = "r0" 8SRC_URI += " \
9SRCNAME = "psycopg2"
10
11SRC_URI = "https://pypi.python.org/packages/7b/a8/dc2d50a6f37c157459cd18bab381c8e6134b9381b50fbe969997b2ae7dbc/${SRCNAME}-${PV}.tar.gz \
12 file://remove-pg-config.patch \ 9 file://remove-pg-config.patch \
13 " 10 "
14 11
15SRC_URI[md5sum] = "4a392949ba31a378a18ed3e775a4693f" 12SRC_URI[md5sum] = "4a392949ba31a378a18ed3e775a4693f"
16SRC_URI[sha256sum] = "70490e12ed9c5c818ecd85d185d363335cc8a8cbf7212e3c185431c79ff8c05c" 13SRC_URI[sha256sum] = "70490e12ed9c5c818ecd85d185d363335cc8a8cbf7212e3c185431c79ff8c05c"
17 14
18S = "${WORKDIR}/${SRCNAME}-${PV}" 15inherit distutils pypi
19
20inherit distutils
21 16
22DEPENDS += " \ 17DEPENDS += " \
23 postgresql \ 18 postgresql \