From commits-return-34963-archive-asf-public=cust-asf.ponee.io@couchdb.apache.org Mon Oct 22 21:48:53 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id D17AE180675 for ; Mon, 22 Oct 2018 21:48:52 +0200 (CEST) Received: (qmail 45625 invoked by uid 500); 22 Oct 2018 19:48:52 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 45615 invoked by uid 99); 22 Oct 2018 19:48:51 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Oct 2018 19:48:51 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 6A624829CE; Mon, 22 Oct 2018 19:48:51 +0000 (UTC) Date: Mon, 22 Oct 2018 19:48:51 +0000 To: "commits@couchdb.apache.org" Subject: [couchdb-pkg] branch master updated: Explicitly depend on both python2 and python3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <154023773138.5432.4200203530985250375@gitbox.apache.org> From: wohali@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: couchdb-pkg X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 1c6eec82044186ddeff6ee738663f5debc37cb70 X-Git-Newrev: b901e81f6ca377083f6f6db6bc2654d673959b4a X-Git-Rev: b901e81f6ca377083f6f6db6bc2654d673959b4a X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 b901e81 Explicitly depend on both python2 and python3 b901e81 is described below commit b901e81f6ca377083f6f6db6bc2654d673959b4a Author: Joan Touzet AuthorDate: Mon Oct 22 10:14:55 2018 -0700 Explicitly depend on both python2 and python3 --- debian/control | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 36f41ed..8b6e44d 100644 --- a/debian/control +++ b/debian/control @@ -35,8 +35,10 @@ Depends: adduser, couch-libmozjs185-1.0, lsb-base, procps, - python, + ${python:Depends}, + ${python3:Depends}, python-requests, + python3-requests, ${misc:Depends}, ${shlibs:Depends}, ${misc:Depends}