|
|
|
@ -104,11 +104,6 @@ bootstrap_remote_freebsd()
|
|
|
|
# Declare platform/python version combinations which do not have supporting OS packages available.
|
|
|
|
# Declare platform/python version combinations which do not have supporting OS packages available.
|
|
|
|
# For these combinations ansible-test will use pip to install the requirements instead.
|
|
|
|
# For these combinations ansible-test will use pip to install the requirements instead.
|
|
|
|
case "${platform_version}/${python_version}" in
|
|
|
|
case "${platform_version}/${python_version}" in
|
|
|
|
"12.2/3.8")
|
|
|
|
|
|
|
|
jinja2_pkg="" # not available
|
|
|
|
|
|
|
|
cryptography_pkg="" # not available
|
|
|
|
|
|
|
|
pyyaml_pkg="" # not available
|
|
|
|
|
|
|
|
;;
|
|
|
|
|
|
|
|
"13.0/3.8")
|
|
|
|
"13.0/3.8")
|
|
|
|
jinja2_pkg="" # not available
|
|
|
|
jinja2_pkg="" # not available
|
|
|
|
cryptography_pkg="" # not available
|
|
|
|
cryptography_pkg="" # not available
|
|
|
|
|