diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-03 09:11:52 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2021-01-03 09:11:52 +0000 |
| commit | 68ee05468834865fbe8e6ad21b9419de595a2750 (patch) | |
| tree | ad8dca53a9d7131b41b7eaa9a177384a26217dcc /security/py-bcrypt | |
| parent | 372b15d95a6cf5226a2feb8cc5c2ab511b45b0e8 (diff) | |
Notes
Diffstat (limited to 'security/py-bcrypt')
| -rw-r--r-- | security/py-bcrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/py-bcrypt/Makefile b/security/py-bcrypt/Makefile index 176045b5c9ee..14bdc631c659 100644 --- a/security/py-bcrypt/Makefile +++ b/security/py-bcrypt/Makefile @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.1.0:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=1.4.1:devel/py-six@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=3.2.1:devel/py-pytest@${PY_FLAVOR} -USES= python +USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils do-test: |
