Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyPDF2/
Date: Fri, 08 Apr 2022 10:00:37
Message-Id: 1649412027.db78c95267c842c081e41fa3b01832e8348d6887.mgorny@gentoo
1 commit: db78c95267c842c081e41fa3b01832e8348d6887
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 8 09:59:56 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 8 10:00:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db78c952
7
8 dev-python/PyPDF2: Add missing test dep on dev-python/pillow
9
10 Closes: https://bugs.gentoo.org/837248
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/PyPDF2/PyPDF2-1.27.1.ebuild | 4 ++++
14 1 file changed, 4 insertions(+)
15
16 diff --git a/dev-python/PyPDF2/PyPDF2-1.27.1.ebuild b/dev-python/PyPDF2/PyPDF2-1.27.1.ebuild
17 index 3b0208da7c61..f2b04ef62173 100644
18 --- a/dev-python/PyPDF2/PyPDF2-1.27.1.ebuild
19 +++ b/dev-python/PyPDF2/PyPDF2-1.27.1.ebuild
20 @@ -23,6 +23,10 @@ SLOT="0"
21 KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
22 IUSE="examples"
23
24 +BDEPEND="
25 + dev-python/pillow[${PYTHON_USEDEP}]
26 +"
27 +
28 distutils_enable_tests pytest
29
30 python_install_all() {