diff options
Diffstat (limited to 'dev-python/hvac/hvac-0.2.17.ebuild')
-rw-r--r-- | dev-python/hvac/hvac-0.2.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/hvac/hvac-0.2.17.ebuild b/dev-python/hvac/hvac-0.2.17.ebuild index 047a37a236c2..861a129cb22d 100644 --- a/dev-python/hvac/hvac-0.2.17.ebuild +++ b/dev-python/hvac/hvac-0.2.17.ebuild @@ -2,11 +2,11 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1 -DESCRIPTION="Python 2/3 client for HashiCorp Vault" +DESCRIPTION="Python client for HashiCorp Vault" HOMEPAGE="https://github.com/ianunruh/hvac" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |