diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 21:56:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 22:00:13 +0100 |
commit | 92f5e178fa9b307d7df6eb98cb13320168d2525c (patch) | |
tree | e483127fff0d65109c9a062bf569c139de0da662 /dev-vcs/pwclient | |
parent | dev-vcs/git-tools: Remove py2 (diff) | |
download | gentoo-92f5e178fa9b307d7df6eb98cb13320168d2525c.tar.gz gentoo-92f5e178fa9b307d7df6eb98cb13320168d2525c.tar.bz2 gentoo-92f5e178fa9b307d7df6eb98cb13320168d2525c.zip |
dev-vcs/pwclient: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs/pwclient')
-rw-r--r-- | dev-vcs/pwclient/pwclient-20141110122616.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/pwclient/pwclient-20141110122616.ebuild b/dev-vcs/pwclient/pwclient-20141110122616.ebuild index bcf353082536..21bc9cbe3c0c 100644 --- a/dev-vcs/pwclient/pwclient-20141110122616.ebuild +++ b/dev-vcs/pwclient/pwclient-20141110122616.ebuild @@ -3,7 +3,7 @@ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit eutils python-r1 |