diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-07-22 09:38:27 +0200 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2023-07-22 09:46:38 +0200 |
commit | b28a739884e37c25bb57ea5f157252adb63065d3 (patch) | |
tree | 73d4c9e3ccdb6b0fb271ce8084faebb9c2214778 /cad/uranium | |
parent | framework: add Mk/Uses/pycryptography (diff) |
framework: convert tree to use USES=pycryptography
A future commit will update to security/py-cryptography will introduce a
rust dependency.
PR: 254853
Diffstat (limited to 'cad/uranium')
-rw-r--r-- | cad/uranium/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cad/uranium/Makefile b/cad/uranium/Makefile index a875fbc09253..9be37567b1e4 100644 --- a/cad/uranium/Makefile +++ b/cad/uranium/Makefile @@ -13,11 +13,10 @@ LICENSE= LGPL3 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cryptography>0:security/py-cryptography@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}PyOpenGL>0:graphics/py-PyOpenGL@${PY_FLAVOR} -USES= cmake gettext python pyqt:5 +USES= cmake gettext python pycryptography:run pyqt:5 USE_PYQT= pyqt5 USE_GITHUB= yes GH_ACCOUNT= Ultimaker |