summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-26 22:47:22 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-26 22:51:42 +0200
commit0d24aeceb566938bcc8351fd0eba6e0720152405 (patch)
tree1fe636aeddf1de01dcd441a9224de04d15550d78 /sys-cluster
parentsys-cluster/nova: Support python3.6 (diff)
downloadgentoo-0d24aeceb566938bcc8351fd0eba6e0720152405.tar.gz
gentoo-0d24aeceb566938bcc8351fd0eba6e0720152405.tar.bz2
gentoo-0d24aeceb566938bcc8351fd0eba6e0720152405.zip
sys-cluster/sanlock: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild b/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild
index 8f0c685b009a..e40ef316db5d 100644
--- a/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild
+++ b/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit linux-info python-r1 systemd user
DESCRIPTION="shared storage lock manager"