You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/01/28 19:44:57 UTC

[couchdb-pkg] branch master updated: Remove python dep for 3.0.0

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

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git


The following commit(s) were added to refs/heads/master by this push:
     new 57b01c8  Remove python dep for 3.0.0
57b01c8 is described below

commit 57b01c89bdd9e80b26650bcc3d0d05dd238db8b7
Author: Joan Touzet <wo...@apache.org>
AuthorDate: Tue Jan 28 11:44:37 2020 -0800

    Remove python dep for 3.0.0
---
 debian/control         |  3 ---
 rpm/SPECS/couchdb.spec | 12 ------------
 2 files changed, 15 deletions(-)

diff --git a/debian/control b/debian/control
index bb08a16..b2c8860 100644
--- a/debian/control
+++ b/debian/control
@@ -36,12 +36,9 @@ Depends: adduser,
          couch-libmozjs185-1.0,
          lsb-base,
          procps,
-         python3,
-         python3-requests,
          ${misc:Depends},
          ${shlibs:Depends},
          ${misc:Depends}
-Recommends: python3-progressbar
 Replaces: couchdb-bin,
           couchdb-common
 Breaks: couchdb-bin,
diff --git a/rpm/SPECS/couchdb.spec b/rpm/SPECS/couchdb.spec
index 7398c80..e9d8a98 100644
--- a/rpm/SPECS/couchdb.spec
+++ b/rpm/SPECS/couchdb.spec
@@ -50,18 +50,6 @@ Requires(pre): shadow-utils
 #BuildRequires: python-sphinx >= 1.5.3
 %endif
 
-%if 0%{?fedora} || 0%{?rhel} >= 8 || 0%{?suse_version}
-%if 0%{?suse_version} || 0%{?fedora}
-Requires(post): python3-progressbar
-%endif
-Requires(post): python3
-Requires(post): python3-requests
-%endif
-%if 0%{?rhel} <= 7
-Requires(post): python34-requests
-Requires(post): python34
-%endif
-
 BuildRequires: git
 BuildRequires: help2man
 #BuildRequires: couch-js-devel = 1:1.8.5