From ab3559fd13ce6013cec56a2c67984628d431ad1f Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 18 Jan 2018 22:44:40 +0000 Subject: Fix awscli help --- gnu/packages/python-web.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 4e280b4590..c0be827d5e 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -47,6 +47,7 @@ #:use-module (gnu packages compression) #:use-module (gnu packages databases) #:use-module (gnu packages django) + #:use-module (gnu packages groff) #:use-module (gnu packages pkg-config) #:use-module (gnu packages python) #:use-module (gnu packages python-crypto) @@ -1231,7 +1232,8 @@ supports url redirection and retries, and also gzip and deflate decoding.") ("python-s3transfer" ,python-s3transfer) ("python-docutils" ,python-docutils) ("python-pyyaml" ,python-pyyaml) - ("python-rsa" ,python-rsa))) + ("python-rsa" ,python-rsa) + ("groff" ,groff))) (arguments ;; FIXME: The 'pypi' release does not contain tests. '(#:tests? #f)) -- cgit v1.2.3