aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-plumbum
diff options
context:
space:
mode:
authorDavid Naylor <dbn@FreeBSD.org>2016-10-27 06:10:53 +0000
committerDavid Naylor <dbn@FreeBSD.org>2016-10-27 06:10:53 +0000
commit74c8f78520ef16eedce5f3c29b704a9a7282df99 (patch)
tree95104ac7d248a3655a01da21e1451b9b82164557 /sysutils/py-plumbum
parent0602db1835f35f9e8c51b13bcbca9254f8974c44 (diff)
downloadports-74c8f78520ef16eedce5f3c29b704a9a7282df99.tar.gz
ports-74c8f78520ef16eedce5f3c29b704a9a7282df99.zip
sysutils/py-plumbum: fix packages with Python 3
PR: 213812 Submitted by: jbeich
Notes
Notes: svn path=/head/; revision=424744
Diffstat (limited to 'sysutils/py-plumbum')
-rw-r--r--sysutils/py-plumbum/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/py-plumbum/Makefile b/sysutils/py-plumbum/Makefile
index 63e7b30e6a03..7e178e57af47 100644
--- a/sysutils/py-plumbum/Makefile
+++ b/sysutils/py-plumbum/Makefile
@@ -16,7 +16,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest
USES= python
USE_GITHUB= yes
-USE_PYTHON= distutils concurrent
+USE_PYTHON= distutils concurrent py3kplist
GH_ACCOUNT= tomerfiliba
do-test: