summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2021-12-24 23:05:50 +0800
committerYixun Lan <dlan@gentoo.org>2021-12-24 23:06:28 +0800
commit434dc66fde49bb888029c9234cf0deae2a16f53d (patch)
tree1e829e2932b6e755a4726ad5c9d61546631bcca7 /dev-vcs/git-pw
parentapp-text/qpdf: Stabilize 10.4.0 ppc64, #829913 (diff)
downloadgentoo-434dc66fde49bb888029c9234cf0deae2a16f53d.tar.gz
gentoo-434dc66fde49bb888029c9234cf0deae2a16f53d.tar.bz2
gentoo-434dc66fde49bb888029c9234cf0deae2a16f53d.zip
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@gentoo.org>
Diffstat (limited to 'dev-vcs/git-pw')
-rw-r--r--dev-vcs/git-pw/git-pw-2.2.3.ebuild1
1 files changed, 1 insertions, 0 deletions
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}]