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 (8baf565 -> d8c80a4)


From: gnunet
Subject: [GNUnet-SVN] [taler-blog] branch stable updated (8baf565 -> d8c80a4)
Date: Tue, 25 Jun 2019 10:55:06 +0200

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

marcello pushed a change to branch stable
in repository blog.

 discard 8baf565  5667: move jsmin dep into setup.py.

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/stable (d8c80a4)
            \
             O -- O -- O   (8baf565)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 configure.ac | 10 ++++++++++
 setup.py     |  3 +--
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index dc57e46..9f8d9b0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -49,6 +49,16 @@ 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 594cfdf..b0d33be 100755
--- a/setup.py
+++ b/setup.py
@@ -11,8 +11,7 @@ setup(name='talerblog',
       install_requires=["Flask>=0.10",
                         "beautifulsoup4",
                         "requests",
-                        "uwsgi",
-                        "jsmin"],
+                        "uwsgi"],
       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]