gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-blog] branch stable updated: 5667: move jsmin dep in


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch stable updated: 5667: move jsmin dep into setup.py.
Date: Tue, 25 Jun 2019 10:53:24 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch stable
in repository blog.

The following commit(s) were added to refs/heads/stable by this push:
     new 8baf565  5667: move jsmin dep into setup.py.
8baf565 is described below

commit 8baf5652048bc4292cf9ec09b1b21c260d8fe773
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jun 25 10:52:47 2019 +0200

    5667: move jsmin dep into setup.py.
---
 configure.ac | 10 ----------
 setup.py     |  3 ++-
 2 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/configure.ac b/configure.ac
index 9f8d9b0..dc57e46 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,16 +49,6 @@ AC_CHECK_PROG([tsc],[tsc],[yes],[no])
 AM_CONDITIONAL([HAVE_TSC], [test "x$tsc" = xyes])
 
 #
-# Check for minifier
-#
-AC_MSG_CHECKING([Checking for jsmin])
-python3 -m jsmin &> /dev/null
-if test $? -ne 0;
-  then
-  AC_MSG_ERROR([Please install Python3 module 'jsmin'])
-fi
-
-#
 # Report
 #
 if test x$pyheaders != x1; then
diff --git a/setup.py b/setup.py
index b0d33be..594cfdf 100755
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,8 @@ setup(name='talerblog',
       install_requires=["Flask>=0.10",
                         "beautifulsoup4",
                         "requests",
-                        "uwsgi"],
+                        "uwsgi",
+                        "jsmin"],
       tests_require=["nose", "mock"],
       test_suite="nose.collector",
       package_data={

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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