gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-donations] branch master updated: 5667: move jsmin d


From: gnunet
Subject: [GNUnet-SVN] [taler-donations] branch master updated: 5667: move jsmin dep to setup.py.
Date: Tue, 25 Jun 2019 10:47:58 +0200

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

marcello pushed a commit to branch master
in repository donations.

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

commit f80d6a250c99210c366410bb313a6c11f6fc58b1
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jun 25 10:47:21 2019 +0200

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

diff --git a/configure.ac b/configure.ac
index c7440be..e2ecfbe 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 3e89959..a917c11 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,10 @@ setup(name='talerdonations',
       author_email='address@hidden',
       license='GPL',
       packages=find_packages(),
-      install_requires=["Flask>=0.10", "requests", "uwsgi"],
+      install_requires=["Flask>=0.10",
+                        "requests",
+                        "uwsgi",
+                        "jsmin"],
       tests_require=["mock", "nose"],
       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]