Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/brython/
Date: Sat, 10 Aug 2019 18:06:44
Message-Id: 1565460358.3541d3ea37037b5ed27d7b593d1828ddcd3b718a.monsieurp@gentoo
1 commit: 3541d3ea37037b5ed27d7b593d1828ddcd3b718a
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 10 18:05:58 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 10 18:05:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3541d3ea
7
8 dev-python/brython: add missing RDEPEND.
9
10 Bug: https://bugs.gentoo.org/691400
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12 Package-Manager: Portage-2.3.62, Repoman-2.3.11
13
14 dev-python/brython/brython-3.7.2.ebuild | 2 ++
15 1 file changed, 2 insertions(+)
16
17 diff --git a/dev-python/brython/brython-3.7.2.ebuild b/dev-python/brython/brython-3.7.2.ebuild
18 index d035d028795..29277fb2ae9 100644
19 --- a/dev-python/brython/brython-3.7.2.ebuild
20 +++ b/dev-python/brython/brython-3.7.2.ebuild
21 @@ -16,6 +16,8 @@ KEYWORDS="amd64 ppc ppc64 x86"
22
23 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
24
25 +RDEPEND="${PYTHON_DEPS}"
26 +
27 need_httpd_cgi
28
29 pkg_setup() {