diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-06 06:49:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-06 06:59:45 +0100 |
commit | f84efc0da790cc828c1f98b2e726056b042d27f8 (patch) | |
tree | ba950e8c27746a2e0a3eae187fbabf20dc9ea2c7 /dev-python/sexpdata | |
parent | app-portage/gs-elpa: Remove py2 (diff) | |
download | gentoo-f84efc0da790cc828c1f98b2e726056b042d27f8.tar.gz gentoo-f84efc0da790cc828c1f98b2e726056b042d27f8.tar.bz2 gentoo-f84efc0da790cc828c1f98b2e726056b042d27f8.zip |
dev-python/sexpdata: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/sexpdata')
-rw-r--r-- | dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild index 1f1fbd53322d..b0baea02ce4f 100644 --- a/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild +++ b/dev-python/sexpdata/sexpdata-0.0.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=(python{2_7,3_6}) +PYTHON_COMPAT=(python3_6) inherit distutils-r1 |