Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Oct 2016 06:10:54 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r424744 - head/sysutils/py-plumbum
Message-ID:  <201610270610.u9R6AsBf028284@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbn
Date: Thu Oct 27 06:10:53 2016
New Revision: 424744
URL: https://svnweb.freebsd.org/changeset/ports/424744

Log:
  sysutils/py-plumbum: fix packages with Python 3
  
  PR:		213812
  Submitted by:	jbeich

Modified:
  head/sysutils/py-plumbum/Makefile

Modified: head/sysutils/py-plumbum/Makefile
==============================================================================
--- head/sysutils/py-plumbum/Makefile	Thu Oct 27 05:49:09 2016	(r424743)
+++ head/sysutils/py-plumbum/Makefile	Thu Oct 27 06:10:53 2016	(r424744)
@@ -16,7 +16,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyt
 
 USES=		python
 USE_GITHUB=	yes
-USE_PYTHON=	distutils concurrent
+USE_PYTHON=	distutils concurrent py3kplist
 GH_ACCOUNT=	tomerfiliba
 
 do-test:



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