diff options
-rw-r--r-- | dev-python/pyTenable/pyTenable-0.3.18.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pyTenable/pyTenable-0.3.19.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pyTenable/pyTenable-0.3.20.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pyTenable/pyTenable-0.3.7.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pyTenable/pyTenable-0.3.18.ebuild b/dev-python/pyTenable/pyTenable-0.3.18.ebuild index 6aa15ef4bd9c..146130c7bcbd 100644 --- a/dev-python/pyTenable/pyTenable-0.3.18.ebuild +++ b/dev-python/pyTenable/pyTenable-0.3.18.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 diff --git a/dev-python/pyTenable/pyTenable-0.3.19.ebuild b/dev-python/pyTenable/pyTenable-0.3.19.ebuild index 6aa15ef4bd9c..146130c7bcbd 100644 --- a/dev-python/pyTenable/pyTenable-0.3.19.ebuild +++ b/dev-python/pyTenable/pyTenable-0.3.19.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 diff --git a/dev-python/pyTenable/pyTenable-0.3.20.ebuild b/dev-python/pyTenable/pyTenable-0.3.20.ebuild index 6aa15ef4bd9c..146130c7bcbd 100644 --- a/dev-python/pyTenable/pyTenable-0.3.20.ebuild +++ b/dev-python/pyTenable/pyTenable-0.3.20.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 diff --git a/dev-python/pyTenable/pyTenable-0.3.7.ebuild b/dev-python/pyTenable/pyTenable-0.3.7.ebuild index 9adbd9bee7e9..b83056cc45e1 100644 --- a/dev-python/pyTenable/pyTenable-0.3.7.ebuild +++ b/dev-python/pyTenable/pyTenable-0.3.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{5,6}} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 |