diff options
author | dbn <dbn@FreeBSD.org> | 2016-10-27 14:10:53 +0800 |
---|---|---|
committer | dbn <dbn@FreeBSD.org> | 2016-10-27 14:10:53 +0800 |
commit | 4bb8b05a69671865d09647b26de78cb1c9d8ddf1 (patch) | |
tree | 95104ac7d248a3655a01da21e1451b9b82164557 /sysutils | |
parent | c4a2c7f8b52c053e9ce44dffef14725322ad9fc4 (diff) | |
download | freebsd-ports-graphics-4bb8b05a69671865d09647b26de78cb1c9d8ddf1.tar.gz freebsd-ports-graphics-4bb8b05a69671865d09647b26de78cb1c9d8ddf1.tar.zst freebsd-ports-graphics-4bb8b05a69671865d09647b26de78cb1c9d8ddf1.zip |
sysutils/py-plumbum: fix packages with Python 3
PR: 213812
Submitted by: jbeich
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/py-plumbum/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/py-plumbum/Makefile b/sysutils/py-plumbum/Makefile index 63e7b30e6a0..7e178e57af4 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: |