commit:     6721ee59e517aa7ce0d647d575be26e9a43baeb7
Author:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 19:50:25 2022 +0000
Commit:     Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 20:54:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6721ee59

dev-python/stapler: add missing test dep

Closes: https://bugs.gentoo.org/861053

Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>

 dev-python/stapler/stapler-1.0.0_p20220330.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/stapler/stapler-1.0.0_p20220330.ebuild 
b/dev-python/stapler/stapler-1.0.0_p20220330.ebuild
index 01ff7eac5f7c..bcfda6105f88 100644
--- a/dev-python/stapler/stapler-1.0.0_p20220330.ebuild
+++ b/dev-python/stapler/stapler-1.0.0_p20220330.ebuild
@@ -19,8 +19,7 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-RDEPEND="
-       dev-python/PyPDF2[${PYTHON_USEDEP}]
-"
+DEPEND="test? ( dev-python/PyPDF2[${PYTHON_USEDEP}] )"
+RDEPEND="dev-python/PyPDF2[${PYTHON_USEDEP}]"
 
 distutils_enable_tests unittest

Reply via email to