commit:     9cb611e1f7909dc83a8461232d150bb1f46a86ac
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 10:42:20 2021 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Fri Apr 16 10:43:14 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cb611e1

dev-python/ansible-runner: Add missing deps

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 dev-python/ansible-runner/ansible-runner-1.4.7.ebuild | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/dev-python/ansible-runner/ansible-runner-1.4.7.ebuild 
b/dev-python/ansible-runner/ansible-runner-1.4.7.ebuild
index b7a9452e5eb..bc397e904e7 100644
--- a/dev-python/ansible-runner/ansible-runner-1.4.7.ebuild
+++ b/dev-python/ansible-runner/ansible-runner-1.4.7.ebuild
@@ -15,6 +15,14 @@ KEYWORDS="~amd64"
 
 LICENSE="Apache-2.0"
 SLOT="0"
+RDEPEND="
+       dev-python/pexpect[${PYTHON_USEDEP}]
+       dev-python/psutil[${PYTHON_USEDEP}]
+       dev-python/python-daemon[${PYTHON_USEDEP}]
+       dev-python/pyyaml[${PYTHON_USEDEP}]
+       dev-python/six[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
 distutils_enable_tests pytest
 
 python_prepare_all() {

Reply via email to