diff options
author | 2018-06-24 21:15:11 +0200 | |
---|---|---|
committer | 2018-06-24 21:21:12 +0200 | |
commit | 4fe8ae699761611ebe6e0a8f6171190618be8d1e (patch) | |
tree | 381fa7b846855d281df0bd87a932602e9c65add8 /dev-python/python-scsi | |
parent | dev-python/python-saharaclient: Support python3.6 (diff) | |
download | gentoo-4fe8ae699761611ebe6e0a8f6171190618be8d1e.tar.gz gentoo-4fe8ae699761611ebe6e0a8f6171190618be8d1e.tar.bz2 gentoo-4fe8ae699761611ebe6e0a8f6171190618be8d1e.zip |
dev-python/python-scsi: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/python-scsi')
-rw-r--r-- | dev-python/python-scsi/python-scsi-0_pre160211.ebuild | 4 | ||||
-rw-r--r-- | dev-python/python-scsi/python-scsi-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/python-scsi/python-scsi-0_pre160211.ebuild b/dev-python/python-scsi/python-scsi-0_pre160211.ebuild index 8e947c0ffd85..768c5c54369b 100644 --- a/dev-python/python-scsi/python-scsi-0_pre160211.ebuild +++ b/dev-python/python-scsi/python-scsi-0_pre160211.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit distutils-r1 eutils diff --git a/dev-python/python-scsi/python-scsi-9999.ebuild b/dev-python/python-scsi/python-scsi-9999.ebuild index dbdd181f802e..26b967c4039a 100644 --- a/dev-python/python-scsi/python-scsi-9999.ebuild +++ b/dev-python/python-scsi/python-scsi-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) inherit distutils-r1 git-r3 |