diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 22:07:28 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 22:24:52 +0100 |
commit | b25b43baeb599a23e991e822f65f73e901923684 (patch) | |
tree | 4119dea671b9d30c1fde658cc77c0f55f54aa9eb /net-libs | |
parent | net-im/skype-dbus-mock: Remove py2 (diff) | |
download | gentoo-b25b43baeb599a23e991e822f65f73e901923684.tar.gz gentoo-b25b43baeb599a23e991e822f65f73e901923684.tar.bz2 gentoo-b25b43baeb599a23e991e822f65f73e901923684.zip |
net-libs/pacparser: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/pacparser/pacparser-1.3.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/pacparser/pacparser-1.3.7.ebuild b/net-libs/pacparser/pacparser-1.3.7.ebuild index b3f0ea0502e4..f3f2162bb12b 100644 --- a/net-libs/pacparser/pacparser-1.3.7.ebuild +++ b/net-libs/pacparser/pacparser-1.3.7.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit eutils python-r1 toolchain-funcs |