diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:05:49 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 14:26:28 +0100 |
commit | 636b2b80cfddf316ebb8eb799984878f5701ede9 (patch) | |
tree | 5c22dac5eaf089e2e57fccaabdd55eaf644164ca /sci-libs/ceres-solver | |
parent | sci-libs/blis: Remove py2 where possible (diff) | |
download | gentoo-636b2b80cfddf316ebb8eb799984878f5701ede9.tar.gz gentoo-636b2b80cfddf316ebb8eb799984878f5701ede9.tar.bz2 gentoo-636b2b80cfddf316ebb8eb799984878f5701ede9.zip |
sci-libs/ceres-solver: Remove py2 where possible
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-libs/ceres-solver')
-rw-r--r-- | sci-libs/ceres-solver/ceres-solver-1.12.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/ceres-solver/ceres-solver-1.12.0.ebuild b/sci-libs/ceres-solver/ceres-solver-1.12.0.ebuild index 175e6a1cec4b..8bef6c01db95 100644 --- a/sci-libs/ceres-solver/ceres-solver-1.12.0.ebuild +++ b/sci-libs/ceres-solver/ceres-solver-1.12.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit cmake-multilib eutils python-any-r1 toolchain-funcs |