# HG changeset patch # User Pascal Bellard # Date 1223125007 0 # Node ID bbec7b40d74f17d5fe697eb8bcea89cfded4775a # Parent 7003fe5263a07b0f5b7348d302832da61ea2bb9f Up psycopg2 (2.0.8) diff -r 7003fe5263a0 -r bbec7b40d74f psycopg2/receipt --- a/psycopg2/receipt Sat Oct 04 12:49:35 2008 +0000 +++ b/psycopg2/receipt Sat Oct 04 12:56:47 2008 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="psycopg2" -VERSION="2.0.7" +VERSION="2.0.8" CATEGORY="development" SHORT_DESC="PostgreSQL database adapter for the Python." MAINTAINER="pascal.bellard@slitaz.org" @@ -9,13 +9,13 @@ WEB_SITE="http://initd.org/" WGET_URL="${WEB_SITE}pub/software/psycopg/$TARBALL" DEPENDS="python" -BUILD_DEPENDS="python" +BUILD_DEPENDS="python postgresql-dev" # Rules to configure and make the package. compile_rules() { cd $src - python setup.py build + python setup.py build && python setup.py install --root=$PWD/_pkg }