git: d12e35275486 - main - graphics/py-olmocr: Fix USE_PYTHON=cryptography usage
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 26 Jun 2026 20:53:59 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d12e35275486b108361f9ba0a773d611cc6a3c0e
commit d12e35275486b108361f9ba0a773d611cc6a3c0e
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-06-26 20:47:44 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-06-26 20:47:44 +0000
graphics/py-olmocr: Fix USE_PYTHON=cryptography usage
Approved by: portmgr (blanket)
With hat: python
---
graphics/py-olmocr/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/graphics/py-olmocr/Makefile b/graphics/py-olmocr/Makefile
index bfa9d314f82a..c3249e7fc52d 100644
--- a/graphics/py-olmocr/Makefile
+++ b/graphics/py-olmocr/Makefile
@@ -19,7 +19,6 @@ RUN_DEPENDS= pdftoppm:graphics/poppler-utils \
${PYTHON_PKGNAMEPREFIX}bleach>0:www/py-bleach@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}boto3>0:www/py-boto3@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}cached-path>0:devel/py-cached-path@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}filelock>0:sysutils/py-filelock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ftfy>0:textproc/py-ftfy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}httpx>0:www/py-httpx@${PY_FLAVOR} \
@@ -41,7 +40,7 @@ RUN_DEPENDS+= ${RUN_DEPENDS_gpu}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
USES= python
-USE_PYTHON= pep517 concurrent autoplist
+USE_PYTHON= autoplist concurrent cryptography pep517
NO_ARCH= yes