commit: 434dc66fde49bb888029c9234cf0deae2a16f53d Author: Yixun Lan <dlan <AT> gentoo <DOT> org> AuthorDate: Fri Dec 24 15:05:50 2021 +0000 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org> CommitDate: Fri Dec 24 15:06:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=434dc66f
dev-vcs/git-pw: fix missing dep Closes: https://bugs.gentoo.org/829928 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org> dev-vcs/git-pw/git-pw-2.2.3.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-vcs/git-pw/git-pw-2.2.3.ebuild b/dev-vcs/git-pw/git-pw-2.2.3.ebuild index 22909ec1618a..e7caa3775a7f 100644 --- a/dev-vcs/git-pw/git-pw-2.2.3.ebuild +++ b/dev-vcs/git-pw/git-pw-2.2.3.ebuild @@ -27,6 +27,7 @@ RDEPEND=" dev-python/pbr[${PYTHON_USEDEP}] <dev-python/requests-3.0[${PYTHON_USEDEP}] >=dev-python/tabulate-0.8[${PYTHON_USEDEP}] + >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}] " BDEPEND=" dev-python/pbr[${PYTHON_USEDEP}]
