Skip to content

Commit

Permalink
security/py-keyrings.alt: adjust optional dependency (unbreak)
Browse files Browse the repository at this point in the history
In commit a16d8f1, deprecation of `security/py-pycrypto' had
not been handled completely: one optional dependency which is off
by default was still referencing the expiring port.

According to release notes, EncryptedFileKeyring now supports both
pycryptodome and pycryptodomex (preferring the latter), so prefer
the latter.

Reported by:	someone on t.me/freebsd_ru
  • Loading branch information
Alexey Dokuchaev authored and Alexey Dokuchaev committed May 18, 2023
1 parent 700e3ae commit 68ca685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/py-keyrings.alt/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ENCRYPTED_FILE_DESC= Install pycrypto to support the Encrypted File backend
GNOME_KEYRING_DESC= Install GNOME Keyring to support the Gnome backend
PYFS_DESC= Install pyfilesystem to support the pyfs backend

ENCRYPTED_FILE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=2.5:security/py-pycrypto@${PY_FLAVOR}
ENCRYPTED_FILE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycryptodomex>0:security/py-pycryptodomex@${PY_FLAVOR}
GNOME_KEYRING_USES= gnome
GNOME_KEYRING_USE= GNOME=pygobject3
PYFS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fs>=0.5:devel/py-fs@${PY_FLAVOR}
Expand Down

0 comments on commit 68ca685

Please sign in to comment.