svn commit: r424744 - head/sysutils/py-plumbum

David Naylor dbn at FreeBSD.org
Thu Oct 27 06:10:55 UTC 2016


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:


More information about the svn-ports-all mailing list