diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-08-02 13:55:37 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-08-02 14:02:52 +0200 |
commit | 3adc7ecdf1a9e2ee5eb2c8e553e5f2ad942a88fc (patch) | |
tree | 6067c6eacd5990276d0ad28ce9cb20a6ae4ddb01 /sci-chemistry/openbabel-python | |
parent | net-libs/xrootd: Remove py2.7 (diff) | |
download | gentoo-3adc7ecdf1a9e2ee5eb2c8e553e5f2ad942a88fc.tar.gz gentoo-3adc7ecdf1a9e2ee5eb2c8e553e5f2ad942a88fc.tar.bz2 gentoo-3adc7ecdf1a9e2ee5eb2c8e553e5f2ad942a88fc.zip |
sci-chemistry/openbabel-python: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-chemistry/openbabel-python')
-rw-r--r-- | sci-chemistry/openbabel-python/openbabel-python-2.4.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-chemistry/openbabel-python/openbabel-python-2.4.1-r1.ebuild b/sci-chemistry/openbabel-python/openbabel-python-2.4.1-r1.ebuild index 270018c23410..fe6933bd9868 100644 --- a/sci-chemistry/openbabel-python/openbabel-python-2.4.1-r1.ebuild +++ b/sci-chemistry/openbabel-python/openbabel-python-2.4.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit cmake-utils python-r1 |