commit: e4269de469179e1b3256557451146b6a9ef4216a Author: Ben Kohler <bkohler <AT> gentoo <DOT> org> AuthorDate: Wed Dec 28 15:43:06 2022 +0000 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org> CommitDate: Wed Dec 28 15:44:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4269de4
dev-python/stapler: don't allow PyPDF2-3.x yet Closes: https://bugs.gentoo.org/888443 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org> dev-python/stapler/stapler-1.0.0_p20220330.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/stapler/stapler-1.0.0_p20220330.ebuild b/dev-python/stapler/stapler-1.0.0_p20220330.ebuild index 4f7a695bcf35..ba151de7317e 100644 --- a/dev-python/stapler/stapler-1.0.0_p20220330.ebuild +++ b/dev-python/stapler/stapler-1.0.0_p20220330.ebuild @@ -19,8 +19,8 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -DEPEND="test? ( dev-python/PyPDF2[${PYTHON_USEDEP}] )" -RDEPEND="dev-python/PyPDF2[${PYTHON_USEDEP}]" +DEPEND="test? ( <dev-python/PyPDF2-3[${PYTHON_USEDEP}] )" +RDEPEND="<dev-python/PyPDF2-3[${PYTHON_USEDEP}]" distutils_enable_tests unittest
