diff options
author | Ben Kohler <bkohler@gentoo.org> | 2020-05-27 10:47:37 -0500 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2020-05-27 10:47:54 -0500 |
commit | e6e61b6d58e5df9cdbc646b8efc1ecbab3674a8a (patch) | |
tree | db239998f46a95ab1fbb11b892c5c201c81b7c37 /app-admin/ps_mem | |
parent | dev-python/urllib3: Reenable tests on py39 (diff) | |
download | gentoo-e6e61b6d58e5df9cdbc646b8efc1ecbab3674a8a.tar.gz gentoo-e6e61b6d58e5df9cdbc646b8efc1ecbab3674a8a.tar.bz2 gentoo-e6e61b6d58e5df9cdbc646b8efc1ecbab3674a8a.zip |
Revert "app-admin/ps_mem: add python3_9 support"
This reverts commit 2b70294863f108ebca43730d155ac593919888e7.
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'app-admin/ps_mem')
-rw-r--r-- | app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild b/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild index 8a557b071fa8..738db1ad89cc 100644 --- a/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild +++ b/app-admin/ps_mem/ps_mem-3.13_p20200417.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7,8,9} ) +PYTHON_COMPAT=( python3_{6,7,8} ) DISTUTILS_SINGLE_IMPL=1 DISTUTILS_USE_SETUPTOOLS=rdepend |