diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-16 07:33:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-16 07:38:18 +0100 |
commit | 9b431e299a46705b99fa0bc8e1c190e637abcd51 (patch) | |
tree | 5f64c66dcd08011c96d4bdba174f533cbd8ab098 /sci-libs/libsigrok/libsigrok-9999.ebuild | |
parent | sci-libs/keras-preprocessing: Remove Python 2 (diff) | |
download | gentoo-9b431e299a46705b99fa0bc8e1c190e637abcd51.tar.gz gentoo-9b431e299a46705b99fa0bc8e1c190e637abcd51.tar.bz2 gentoo-9b431e299a46705b99fa0bc8e1c190e637abcd51.zip |
sci-libs/libsigrok: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/libsigrok/libsigrok-9999.ebuild')
-rw-r--r-- | sci-libs/libsigrok/libsigrok-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/libsigrok/libsigrok-9999.ebuild b/sci-libs/libsigrok/libsigrok-9999.ebuild index 5c3c959d1d21..5f5f5dc0de7c 100644 --- a/sci-libs/libsigrok/libsigrok-9999.ebuild +++ b/sci-libs/libsigrok/libsigrok-9999.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) USE_RUBY="ruby26 ruby25 ruby24" RUBY_OPTIONAL="yes" |