guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: Adding python-wtforms as an input to mediagoblin package


From: Christopher Allan Webber
Subject: 01/01: Adding python-wtforms as an input to mediagoblin package
Date: Fri, 12 Feb 2016 00:42:48 +0000

cwebber pushed a commit to branch wip-mediagoblin
in repository guix.

commit 9a2eb405c51ae74e6d78f7330edf6aa744482458
Author: Christopher Allan Webber <address@hidden>
Date:   Thu Feb 11 16:41:09 2016 -0800

    Adding python-wtforms as an input to mediagoblin package
---
 gnu/packages/python.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 4a4e298..5021c5f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7631,7 +7631,8 @@ available in Django, but is a standalone package.")
        ("python-sphinx" ,python-sphinx)
        ("python-sqlalchemy" ,python-sqlalchemy)
        ("python-unidecode" ,python-unidecode)
-       ("python-werkzeug" ,python-werkzeug)))
+       ("python-werkzeug" ,python-werkzeug)
+       ("python-wtforms" ,python-wtforms)))
     (home-page "http://mediagoblin.org/";)
     (synopsis "Web application for media publishing")
     (description "MediaGoblin is a web application for publishing all kinds of



reply via email to

[Prev in Thread] Current Thread [Next in Thread]