diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2020-05-05 18:31:20 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-05-05 18:31:28 -0700 |
commit | 19fd894c388c1eb560e7202e4f52f6acdd6077af (patch) | |
tree | 0f5fe9259b81dbd0395c5ea33ff6eb8e49ac9dd3 /dev-python/munch | |
parent | net-fs/davfs2: prevent the compression of man for all supported langs (diff) | |
download | gentoo-19fd894c388c1eb560e7202e4f52f6acdd6077af.tar.gz gentoo-19fd894c388c1eb560e7202e4f52f6acdd6077af.tar.bz2 gentoo-19fd894c388c1eb560e7202e4f52f6acdd6077af.zip |
dev-python/munch-2.5.0-r1: Add test dep on >=pyyaml-5.1, bug #712576
Closes: https://bugs.gentoo.org/712576
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/munch')
-rw-r--r-- | dev-python/munch/munch-2.5.0-r1.ebuild (renamed from dev-python/munch/munch-2.5.0.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/munch/munch-2.5.0.ebuild b/dev-python/munch/munch-2.5.0-r1.ebuild index 13e782e05ef1..ddd6c95ef23a 100644 --- a/dev-python/munch/munch-2.5.0.ebuild +++ b/dev-python/munch/munch-2.5.0-r1.ebuild @@ -17,6 +17,7 @@ SLOT="0" BDEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] dev-python/six[${PYTHON_USEDEP}] + test? ( >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}] ) " PATCHES=( |