Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-pw/
Date: Fri, 24 Dec 2021 15:07:55
Message-Id: 1640358388.434dc66fde49bb888029c9234cf0deae2a16f53d.dlan@gentoo
1 commit: 434dc66fde49bb888029c9234cf0deae2a16f53d
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 24 15:05:50 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 24 15:06:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=434dc66f
7
8 dev-vcs/git-pw: fix missing dep
9
10 Closes: https://bugs.gentoo.org/829928
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
13
14 dev-vcs/git-pw/git-pw-2.2.3.ebuild | 1 +
15 1 file changed, 1 insertion(+)
16
17 diff --git a/dev-vcs/git-pw/git-pw-2.2.3.ebuild b/dev-vcs/git-pw/git-pw-2.2.3.ebuild
18 index 22909ec1618a..e7caa3775a7f 100644
19 --- a/dev-vcs/git-pw/git-pw-2.2.3.ebuild
20 +++ b/dev-vcs/git-pw/git-pw-2.2.3.ebuild
21 @@ -27,6 +27,7 @@ RDEPEND="
22 dev-python/pbr[${PYTHON_USEDEP}]
23 <dev-python/requests-3.0[${PYTHON_USEDEP}]
24 >=dev-python/tabulate-0.8[${PYTHON_USEDEP}]
25 + >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
26 "
27 BDEPEND="
28 dev-python/pbr[${PYTHON_USEDEP}]