Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Dec 2017 10:20:17 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455341 - head/databases/py-pyPgSQL
Message-ID:  <201712021020.vB2AKH7m086079@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Dec  2 10:20:17 2017
New Revision: 455341
URL: https://svnweb.freebsd.org/changeset/ports/455341

Log:
  pyPgSQL doesn't build with python3

Modified:
  head/databases/py-pyPgSQL/Makefile

Modified: head/databases/py-pyPgSQL/Makefile
==============================================================================
--- head/databases/py-pyPgSQL/Makefile	Sat Dec  2 10:16:53 2017	(r455340)
+++ head/databases/py-pyPgSQL/Makefile	Sat Dec  2 10:20:17 2017	(r455341)
@@ -15,7 +15,7 @@ BROKEN=		Invalid checksum
 
 RUN_DEPENDS=	${DATETIME_DEP}:lang/py-mx-base
 
-USES=	pgsql python
+USES=	pgsql python:2.7
 USE_PYTHON=	distutils
 
 DOCS=		Announce ChangeLog README README.html



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712021020.vB2AKH7m086079>