On Thu, Mar 12 2020, Klemens Nanni <[email protected]> wrote:
> It's py3-cryptography by now and installed as dependency as one of the
> ansible dependencies by now, so no manual steps needed any longer.
>
> OK?

Maybe you could go one step further and explicitely add
py-cryptography to RUN_DEPENDS?

ansible/requirements.txt:
--8<--
# Note: this requirements.txt file is used to specify what dependencies are
# needed to make the package run rather than for deployment of a tested set of
# packages.  Thus, this should be the loosest set possible (only required
# packages, not optional ones, and with the widest range of versions that could
# be suitable)
jinja2
PyYAML
cryptography
-->8--

> Index: Makefile
> ===================================================================
> RCS file: /cvs/ports/sysutils/ansible/Makefile,v
> retrieving revision 1.119
> diff -u -p -r1.119 Makefile
> --- Makefile  17 Feb 2020 18:17:42 -0000      1.119
> +++ Makefile  12 Mar 2020 16:45:53 -0000
> @@ -7,6 +7,7 @@ MODPY_EGG_VERSION =   2.9.5
>  DISTNAME =           ansible-${MODPY_EGG_VERSION}
>  PKGNAME-main =               ${PKGNAME}
>  PKGNAME-html =               ansible-html-${MODPY_EGG_VERSION}
> +REVISION-main =              0
>  
>  CATEGORIES =         sysutils
>  
> Index: pkg/README-main
> ===================================================================
> RCS file: /cvs/ports/sysutils/ansible/pkg/README-main,v
> retrieving revision 1.2
> diff -u -p -r1.2 README-main
> --- pkg/README-main   4 Sep 2018 12:53:16 -0000       1.2
> +++ pkg/README-main   12 Mar 2020 16:45:25 -0000
> @@ -11,6 +11,3 @@ Ansible ships with many bundled modules 
>  have external dependencies which are not installed by default as a
>  run-time dependency of Ansible. In such events Ansible will notify
>  the user of the missing dependency.
> -
> -py-cryptography may be installed to speed-up certain cryptographic
> -operations performed by ansible-vault.
>


-- 
jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF  DDCC 0DFA 74AE 1524 E7EE

Reply via email to