This is an automated email from the ASF dual-hosted git repository.
jialiang pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new 411be3ada1 AMBARI-26119: Add dependency python3-distro for
ambari-server #3816
411be3ada1 is described below
commit 411be3ada1a52859bf22e48794f347e7b19b8cec
Author: xjmu <[email protected]>
AuthorDate: Fri Aug 23 10:43:58 2024 +0800
AMBARI-26119: Add dependency python3-distro for ambari-server #3816
---
ambari-server/src/main/package/dependencies.properties | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ambari-server/src/main/package/dependencies.properties
b/ambari-server/src/main/package/dependencies.properties
index 1ea214864c..027a3328d3 100644
--- a/ambari-server/src/main/package/dependencies.properties
+++ b/ambari-server/src/main/package/dependencies.properties
@@ -28,6 +28,6 @@
# Such a format is respected by install_ambari_tarball.py by default,
# however should be encouraged manually in pom.xml.
-rpm.dependency.list=postgresql-server >= 8.1,\nRequires: openssl,\nRequires:
python3
+rpm.dependency.list=postgresql-server >= 8.1,\nRequires: openssl,\nRequires:
python3,\nRequires: python3-distro
rpm.dependency.list.suse=postgresql-server >= 8.1,\nRequires:
openssl,\nRequires: python-xml,\nRequires: python3
-deb.dependency.list=openssl, postgresql (>= 8.1), python3, curl
\ No newline at end of file
+deb.dependency.list=openssl, postgresql (>= 8.1), python3, curl
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]