This is an automated email from the ASF dual-hosted git repository.

iwasakims pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bigtop.git


The following commit(s) were added to refs/heads/master by this push:
     new e06cc00f3 BIGTOP-4050: Remove python dependency from Ranger deb (#1217)
e06cc00f3 is described below

commit e06cc00f38e842360878b1afea713419579ac453
Author: jialiang <[email protected]>
AuthorDate: Tue Apr 16 23:19:06 2024 +0800

    BIGTOP-4050: Remove python dependency from Ranger deb (#1217)
---
 bigtop-packages/src/deb/ranger/control | 36 +++++++++++++++++-----------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/bigtop-packages/src/deb/ranger/control 
b/bigtop-packages/src/deb/ranger/control
index d3284795c..79ee47898 100644
--- a/bigtop-packages/src/deb/ranger/control
+++ b/bigtop-packages/src/deb/ranger/control
@@ -23,7 +23,7 @@ Homepage: http://ranger.apache.org/
 
 Package: ranger
 Architecture: all
-Depends: adduser, bigtop-utils (>= 0.7), python | python2
+Depends: adduser, bigtop-utils (>= 0.7)
 Description: Apache Ranger is a framework to enable,
  monitor and manage comprehensive data security across the Hadoop platform.
  The vision with Ranger is to provide comprehensive security across the Apache 
Hadoop ecosystem.
@@ -35,86 +35,86 @@ Description: Apache Ranger is a framework to enable,
 
 Package: ranger-admin
 Architecture: all
-Depends: adduser, postgresql (>= 8.1), libpostgresql-jdbc-java, bigtop-utils 
(>= 0.7), python | python2
+Depends: adduser, postgresql (>= 8.1), libpostgresql-jdbc-java, bigtop-utils 
(>= 0.7)
 Description: Ranger-admin is admin component associated with the Ranger 
framework
 
 Package: ranger-usersync
 Architecture: all
-Depends: adduser, bigtop-utils (>= 0.7), python | python2
+Depends: adduser, bigtop-utils (>= 0.7)
 Description: Ranger-usersync is user/group synchronization component 
associated with the Ranger framework
 
 Package: ranger-kms
 Architecture: all
-Depends: adduser, bigtop-utils (>= 0.7), python | python2
+Depends: adduser, bigtop-utils (>= 0.7)
 Description: Ranger-kms is key management server component associated with the 
Ranger framework
 
 
 Package: ranger-tagsync
 Architecture: all
-Depends: adduser, bigtop-utils (>= 0.7), python | python2
+Depends: adduser, bigtop-utils (>= 0.7)
 Description: Ranger-tagsync is tag synchronizer component associated with the 
Ranger framework
 
 Package: ranger-hdfs-plugin
 Architecture: all
-Depends: adduser, bigtop-utils (>= 0.7), python | python2
+Depends: adduser, bigtop-utils (>= 0.7)
 Description: Ranger HDFS plugin component runs within namenode to provide 
enterprise security using ranger framework
 
 Package: ranger-yarn-plugin
 Architecture: all
-Depends: adduser, bigtop-utils (>= 0.7), python | python2
+Depends: adduser, bigtop-utils (>= 0.7)
 Description: Ranger YARN plugin component runs within resourcemanager to 
provide enterprise security using ranger framework
 
 Package: ranger-hive-plugin
 Architecture: all
-Depends: adduser, bigtop-utils (>= 0.7), python | python2
+Depends: adduser, bigtop-utils (>= 0.7)
 Description: Ranger Hive plugin component runs within hiveserver2 to provide 
enterprise security using ranger framework
 
 Package: ranger-hbase-plugin
 Architecture: all
-Depends: adduser, bigtop-utils (>= 0.7), python | python2
+Depends: adduser, bigtop-utils (>= 0.7)
 Description: Ranger HBASE plugin component runs within master and region 
servers as co-processor to provide enterprise security using ranger framework
 
 Package: ranger-knox-plugin
 Architecture: all
-Depends: adduser, bigtop-utils (>= 0.7), python | python2
+Depends: adduser, bigtop-utils (>= 0.7)
 Description: Ranger KNOX plugin component runs within knox proxy server to 
provide enterprise security using ranger framework
 
 Package: ranger-storm-plugin
 Architecture: all
-Depends: adduser, bigtop-utils (>= 0.7), python | python2
+Depends: adduser, bigtop-utils (>= 0.7)
 Description: Ranger STORM plugin component runs within storm to provide 
enterprise security using ranger framework
 
 Package: ranger-kafka-plugin
 Architecture: all
-Depends: adduser, bigtop-utils (>= 0.7), python | python2
+Depends: adduser, bigtop-utils (>= 0.7)
 Description: Ranger KAFKA plugin component runs within kafka to provide 
enterprise security using ranger framework
 
 Package: ranger-atlas-plugin
 Architecture: all
-Depends: adduser, bigtop-utils (>= 0.7), python | python2
+Depends: adduser, bigtop-utils (>= 0.7)
 Description: Ranger ATLAS plugin component runs within atlas to provide 
enterprise security using ranger framework
 
 Package: ranger-solr-plugin
 Architecture: all
-Depends: adduser, bigtop-utils (>= 0.7), python | python2
+Depends: adduser, bigtop-utils (>= 0.7)
 Description: Ranger SOLR plugin component runs within solr to provide 
enterprise security using ranger framework
 
 Package: ranger-sqoop-plugin
 Architecture: all
-Depends: adduser, bigtop-utils (>= 0.7), python | python2
+Depends: adduser, bigtop-utils (>= 0.7)
 Description: Ranger SQOOP plugin component runs within sqoop to provide 
enterprise security using ranger framework
 
 Package: ranger-kylin-plugin
 Architecture: all
-Depends: adduser, bigtop-utils (>= 0.7), python | python2
+Depends: adduser, bigtop-utils (>= 0.7)
 Description: Ranger KYLIN plugin component runs within kylin to provide 
enterprise security using ranger framework
 
 Package: ranger-elasticsearch-plugin
 Architecture: all
-Depends: adduser, bigtop-utils (>= 0.7), python | python2
+Depends: adduser, bigtop-utils (>= 0.7)
 Description: Ranger ELASTICSEARCH plugin component runs within elasticsearch 
to provide enterprise security using ranger framework
 
 Package: ranger-presto-plugin
 Architecture: all
-Depends: adduser, bigtop-utils (>= 0.7), python | python2
+Depends: adduser, bigtop-utils (>= 0.7)
 Description: Ranger PRESTO plugin component runs within presto to provide 
enterprise security using ranger framework
\ No newline at end of file

Reply via email to