unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: python-argcomplete: Add python-pexpect.
@ 2017-01-11 20:08 Danny Milosavljevic
  2017-01-12 11:38 ` Hartmut Goebel
  0 siblings, 1 reply; 3+ messages in thread
From: Danny Milosavljevic @ 2017-01-11 20:08 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/python.scm (python-argcomplete)[native-inputs]:
  Add python-pexpect.
---
 gnu/packages/python.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 727e1bff2..4dc284d03 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -12295,6 +12295,8 @@ specs from your Flask-Restful projects.")
           (base32
             "11bwiw6j0nilgz81xnw6f1npyga3prp8asjqrm87cdr3ria5l03x"))))
     (build-system python-build-system)
+    (native-inputs
+     `(("python-pexpect" ,python-pexpect)))
     (home-page "https://github.com/kislyuk/argcomplete")
     (synopsis "Shell tab completion for Python argparse")
     (description "argcomplete provides extensible command line tab completion

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-12 18:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-11 20:08 [PATCH] gnu: python-argcomplete: Add python-pexpect Danny Milosavljevic
2017-01-12 11:38 ` Hartmut Goebel
2017-01-12 18:19   ` Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).