Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 693972 - app-admin/ansible: expect module needs dev-python/pexpect
Summary: app-admin/ansible: expect module needs dev-python/pexpect
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-10 08:13 UTC by Tomáš Mózes
Modified: 2019-09-10 17:18 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomáš Mózes 2019-09-10 08:13:33 UTC
The expect ansible module https://docs.ansible.com/ansible/latest/modules/expect_module.html fails to work if dev-python/pexpect is not installed.
Comment 1 Larry the Git Cow gentoo-dev 2019-09-10 14:55:45 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85544b5dcfc5a4b97b8a8b595d34abeca820305b

commit 85544b5dcfc5a4b97b8a8b595d34abeca820305b
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2019-09-10 14:47:55 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2019-09-10 14:55:38 +0000

    app-admin/ansible: fix missing dep on pexpect
    
    Fixes: https://bugs.gentoo.org/693972
    Package-Manager: Portage-2.3.69, Repoman-2.3.17
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>

 app-admin/ansible/ansible-2.7.13-r1.ebuild | 67 +++++++++++++++++++++++++++
 app-admin/ansible/ansible-2.8.4-r1.ebuild  | 72 ++++++++++++++++++++++++++++++
 app-admin/ansible/ansible-9999.ebuild      |  1 +
 3 files changed, 140 insertions(+)
Comment 2 Tomáš Mózes 2019-09-10 17:18:37 UTC
Thanks