diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 19:56:45 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 20:12:28 +0100 |
commit | aa579d36bb96a8ab378e745de11cb20293b0e1f9 (patch) | |
tree | ad016d1a85a325c61da97ad4ae5f947ae31ecda9 /dev-libs/libbytesize | |
parent | sys-libs/libblockdev: Remove py2 (diff) | |
download | gentoo-aa579d36bb96a8ab378e745de11cb20293b0e1f9.tar.gz gentoo-aa579d36bb96a8ab378e745de11cb20293b0e1f9.tar.bz2 gentoo-aa579d36bb96a8ab378e745de11cb20293b0e1f9.zip |
dev-libs/libbytesize: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/libbytesize')
-rw-r--r-- | dev-libs/libbytesize/libbytesize-1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libbytesize/libbytesize-1.4.ebuild b/dev-libs/libbytesize/libbytesize-1.4.ebuild index 326218a5913f..35486a532930 100644 --- a/dev-libs/libbytesize/libbytesize-1.4.ebuild +++ b/dev-libs/libbytesize/libbytesize-1.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit autotools python-r1 |