diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:26:48 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 17:26:48 +0100 |
commit | 30a09025a355996ea307c16ff7c68c613588e7c6 (patch) | |
tree | 5f748cbf71e89cbc466f696bac89eea2e22277c0 /dev-python/gitdb2 | |
parent | dev-python/gitdb: Remove py2 (diff) | |
download | gentoo-30a09025a355996ea307c16ff7c68c613588e7c6.tar.gz gentoo-30a09025a355996ea307c16ff7c68c613588e7c6.tar.bz2 gentoo-30a09025a355996ea307c16ff7c68c613588e7c6.zip |
dev-python/gitdb2: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/gitdb2')
-rw-r--r-- | dev-python/gitdb2/gitdb2-2.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/gitdb2/gitdb2-2.0.3.ebuild b/dev-python/gitdb2/gitdb2-2.0.3.ebuild index e0dbc73a88de..80920af6b73f 100644 --- a/dev-python/gitdb2/gitdb2-2.0.3.ebuild +++ b/dev-python/gitdb2/gitdb2-2.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |