diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-13 11:40:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-13 12:04:48 +0200 |
commit | f36a4da4e21a1768fa3c4ee29811e0798c128b3e (patch) | |
tree | 7fe52d4f319c8b66f1a6ec859486b967c7216ed3 /dev-python/cheroot | |
parent | dev-perl/Email-Simple: Bump to version 2.216.0 (diff) | |
download | gentoo-f36a4da4e21a1768fa3c4ee29811e0798c128b3e.tar.gz gentoo-f36a4da4e21a1768fa3c4ee29811e0798c128b3e.tar.bz2 gentoo-f36a4da4e21a1768fa3c4ee29811e0798c128b3e.zip |
dev-python/cheroot: Add missing test deps
Closes: https://bugs.gentoo.org/733402
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cheroot')
-rw-r--r-- | dev-python/cheroot/cheroot-8.3.1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/cheroot/cheroot-8.4.2.ebuild | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/dev-python/cheroot/cheroot-8.3.1.ebuild b/dev-python/cheroot/cheroot-8.3.1.ebuild index 2814a96aa32f..6a8db2e2c6a5 100644 --- a/dev-python/cheroot/cheroot-8.3.1.ebuild +++ b/dev-python/cheroot/cheroot-8.3.1.ebuild @@ -25,8 +25,10 @@ BDEPEND=" ${RDEPEND} dev-python/jaraco-context[${PYTHON_USEDEP}] dev-python/jaraco-text[${PYTHON_USEDEP}] + dev-python/portend[${PYTHON_USEDEP}] >=dev-python/pytest-mock-1.11.0[${PYTHON_USEDEP}] dev-python/pyopenssl[${PYTHON_USEDEP}] + dev-python/requests-toolbelt[${PYTHON_USEDEP}] dev-python/requests-unixsocket[${PYTHON_USEDEP}] dev-python/trustme[${PYTHON_USEDEP}] dev-python/urllib3[${PYTHON_USEDEP}] diff --git a/dev-python/cheroot/cheroot-8.4.2.ebuild b/dev-python/cheroot/cheroot-8.4.2.ebuild index c66aaa7c635c..467ee0e31e3f 100644 --- a/dev-python/cheroot/cheroot-8.4.2.ebuild +++ b/dev-python/cheroot/cheroot-8.4.2.ebuild @@ -25,9 +25,11 @@ BDEPEND=" ${RDEPEND} dev-python/jaraco-context[${PYTHON_USEDEP}] dev-python/jaraco-text[${PYTHON_USEDEP}] + dev-python/portend[${PYTHON_USEDEP}] dev-python/pytest-forked[${PYTHON_USEDEP}] >=dev-python/pytest-mock-1.11.0[${PYTHON_USEDEP}] dev-python/pyopenssl[${PYTHON_USEDEP}] + dev-python/requests-toolbelt[${PYTHON_USEDEP}] dev-python/requests-unixsocket[${PYTHON_USEDEP}] dev-python/trustme[${PYTHON_USEDEP}] dev-python/urllib3[${PYTHON_USEDEP}] |