diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-09-27 09:53:42 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-09-27 11:12:30 +0200 |
commit | 13c8255e76c94254e6e85b89a77902db99e88f3c (patch) | |
tree | 02e80f6139975bdf388e8e456afd399f19904e41 /dev-python/cffi | |
parent | mail-client/thunderbird: drop 115.2.2, 115.2.3 (diff) | |
download | gentoo-13c8255e76c94254e6e85b89a77902db99e88f3c.tar.gz gentoo-13c8255e76c94254e6e85b89a77902db99e88f3c.tar.bz2 gentoo-13c8255e76c94254e6e85b89a77902db99e88f3c.zip |
dev-python/cffi: Add missing dep on dev-python/py
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cffi')
-rw-r--r-- | dev-python/cffi/cffi-1.15.1-r3.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-python/cffi/cffi-1.15.1-r3.ebuild b/dev-python/cffi/cffi-1.15.1-r3.ebuild index 63865aebb8a4..84db58f7f227 100644 --- a/dev-python/cffi/cffi-1.15.1-r3.ebuild +++ b/dev-python/cffi/cffi-1.15.1-r3.ebuild @@ -37,6 +37,9 @@ RDEPEND=" BDEPEND=" ${RDEPEND} virtual/pkgconfig + test? ( + dev-python/py[${PYTHON_USEDEP}] + ) " distutils_enable_sphinx doc/source |