diff options
author | Guillermo Ramos | 2020-10-27 22:21:33 +0100 |
---|---|---|
committer | Guillermo Ramos | 2020-10-27 22:21:33 +0100 |
commit | ce0fb04db719f9a0fdd70fd404fe90fd624b3b6e (patch) | |
tree | ded431edc067dbf1d5575180778f20e44b8531a6 /dev-python/hvac/hvac-0.9.2.ebuild | |
parent | 6e8f0ebd1f9232aaafd896c3a5aeb92d19e0e0d3 (diff) | |
download | gentoo-overlay-ce0fb04db719f9a0fdd70fd404fe90fd624b3b6e.tar.gz |
Fix several repoman issues
Diffstat (limited to 'dev-python/hvac/hvac-0.9.2.ebuild')
-rw-r--r-- | dev-python/hvac/hvac-0.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/hvac/hvac-0.9.2.ebuild b/dev-python/hvac/hvac-0.9.2.ebuild index c30f4ec..744a529 100644 --- a/dev-python/hvac/hvac-0.9.2.ebuild +++ b/dev-python/hvac/hvac-0.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="test" -RDEPEND=">dev-python/pyhcl-0.3[${PYTHON_USEDEP}] +RDEPEND=">dev-python/pyhcl-0.3::gramos[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}]" DEPEND="test? ( ${RDEPEND} app-admin/vault |