diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-10 22:14:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-10 22:25:01 +0100 |
commit | b037453162ea6447007ac8247107db8b08bda843 (patch) | |
tree | 1b8ee4bcf72944e4e295eb30836b7cc5af2a448f /sys-cluster/sanlock | |
parent | sys-apps/util-linux: Remove py2 (diff) | |
download | gentoo-b037453162ea6447007ac8247107db8b08bda843.tar.gz gentoo-b037453162ea6447007ac8247107db8b08bda843.tar.bz2 gentoo-b037453162ea6447007ac8247107db8b08bda843.zip |
sys-cluster/sanlock: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-cluster/sanlock')
-rw-r--r-- | sys-cluster/sanlock/sanlock-3.6.0.ebuild | 2 | ||||
-rw-r--r-- | sys-cluster/sanlock/sanlock-3.8.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-cluster/sanlock/sanlock-3.6.0.ebuild b/sys-cluster/sanlock/sanlock-3.6.0.ebuild index 2e799abfe88e..9158bc79f627 100644 --- a/sys-cluster/sanlock/sanlock-3.6.0.ebuild +++ b/sys-cluster/sanlock/sanlock-3.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit linux-info python-r1 systemd user DESCRIPTION="shared storage lock manager" diff --git a/sys-cluster/sanlock/sanlock-3.8.0.ebuild b/sys-cluster/sanlock/sanlock-3.8.0.ebuild index 0defcba0b5fe..bdccb6981954 100644 --- a/sys-cluster/sanlock/sanlock-3.8.0.ebuild +++ b/sys-cluster/sanlock/sanlock-3.8.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit linux-info python-r1 systemd user DESCRIPTION="shared storage lock manager" |