diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-09-09 15:49:38 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-09-09 15:49:38 +0200 |
commit | 19c6814573b508a5ef5119913a453969eb96164c (patch) | |
tree | edb196dbbb025978418233ed71155dc18b326363 /dev-python/httpcore | |
parent | net-im/skypeforlinux: add 8.103.0.208 (diff) | |
download | gentoo-19c6814573b508a5ef5119913a453969eb96164c.tar.gz gentoo-19c6814573b508a5ef5119913a453969eb96164c.tar.bz2 gentoo-19c6814573b508a5ef5119913a453969eb96164c.zip |
dev-python/httpcore: Add missing BDEP on hatch-fancy-pypi-readme
Closes: https://bugs.gentoo.org/913881
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httpcore')
-rw-r--r-- | dev-python/httpcore/httpcore-0.18.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/httpcore/httpcore-0.18.0.ebuild b/dev-python/httpcore/httpcore-0.18.0.ebuild index 03a72f4ae1f8..777ec038f07c 100644 --- a/dev-python/httpcore/httpcore-0.18.0.ebuild +++ b/dev-python/httpcore/httpcore-0.18.0.ebuild @@ -31,6 +31,7 @@ RDEPEND=" =dev-python/sniffio-1*[${PYTHON_USEDEP}] " BDEPEND=" + dev-python/hatch-fancy-pypi-readme[${PYTHON_USEDEP}] test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] dev-python/pytest-httpbin[${PYTHON_USEDEP}] |