diff options
author | Ben Kohler <bkohler@gentoo.org> | 2021-02-20 09:02:41 -0600 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2021-02-20 09:33:39 -0600 |
commit | 5e90f573b26c3ba5a14a850acf76c594ce8c3e45 (patch) | |
tree | 6f716d475232bcb2dfb992f11093d14fd376990b /dev-python/PyPDF2 | |
parent | app-admin/lib_users: add python3_9 support (diff) | |
download | gentoo-5e90f573b26c3ba5a14a850acf76c594ce8c3e45.tar.gz gentoo-5e90f573b26c3ba5a14a850acf76c594ce8c3e45.tar.bz2 gentoo-5e90f573b26c3ba5a14a850acf76c594ce8c3e45.zip |
dev-python/PyPDF2: add python3_9 support
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'dev-python/PyPDF2')
-rw-r--r-- | dev-python/PyPDF2/PyPDF2-1.26.0-r1.ebuild (renamed from dev-python/PyPDF2/PyPDF2-1.26.0.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PyPDF2/PyPDF2-1.26.0.ebuild b/dev-python/PyPDF2/PyPDF2-1.26.0-r1.ebuild index fc0048afc588..7c767d86a71f 100644 --- a/dev-python/PyPDF2/PyPDF2-1.26.0.ebuild +++ b/dev-python/PyPDF2/PyPDF2-1.26.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 |