This is an automated email from the ASF dual-hosted git repository. utkarsharma pushed a commit to branch v2-9-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 2030b5fef3d2b876b69f301f751cb1804fdd86f5 Author: bangjiehan <[email protected]> AuthorDate: Fri Jun 7 06:10:24 2024 +0800 Remove apt-transport-https because It is a dummy transitional package(#40015) Remove apt-transport-https because It is a dummy transitional package. (cherry picked from commit 0e8d823a9f5174bb9f11ee6d69d71c3e0c0a2e75) --- docs/apache-airflow/installation/dependencies.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/apache-airflow/installation/dependencies.rst b/docs/apache-airflow/installation/dependencies.rst index 08d491abc6..dbd3601318 100644 --- a/docs/apache-airflow/installation/dependencies.rst +++ b/docs/apache-airflow/installation/dependencies.rst @@ -82,7 +82,7 @@ for development and testing as well as production use. .. code-block:: bash - sudo apt install -y --no-install-recommends apt-transport-https apt-utils ca-certificates \ + sudo apt install -y --no-install-recommends apt-utils ca-certificates \ curl dumb-init freetds-bin krb5-user libgeos-dev \ ldap-utils libsasl2-2 libsasl2-modules libxmlsec1 locales libffi8 libldap-2.5-0 libssl3 netcat-openbsd \ lsb-release openssh-client python3-selinux rsync sasl2-bin sqlite3 sudo unixodbc @@ -97,7 +97,7 @@ for Bullseye and we will only build images and explain system level dependencies .. code-block:: bash - sudo apt install -y --no-install-recommends apt-transport-https apt-utils ca-certificates \ + sudo apt install -y --no-install-recommends apt-utils ca-certificates \ curl dumb-init freetds-bin krb5-user libgeos-dev \ ldap-utils libsasl2-2 libsasl2-modules libxmlsec1 locales libffi7 libldap-2.4-2 libssl1.1 netcat \ lsb-release openssh-client python3-selinux rsync sasl2-bin sqlite3 sudo unixodbc
