gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-survey] branch master updated: 5667


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: 5667
Date: Tue, 25 Jun 2019 10:29:03 +0200

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

marcello pushed a commit to branch master
in repository survey.

The following commit(s) were added to refs/heads/master by this push:
     new a579bd9  5667
a579bd9 is described below

commit a579bd94c943011d954202959e558dcad17b4e81
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jun 25 10:28:32 2019 +0200

    5667
---
 configure.ac | 11 -----------
 setup.py     |  2 +-
 2 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/configure.ac b/configure.ac
index 5e349d2..3ea04fe 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,6 @@ AC_PROG_SED
 #
 # Check for Python
 #
-
 PC_INIT([3.4])
 pyheaders=0
 PC_PYTHON_CHECK_HEADERS([pyheaders=1])
@@ -52,16 +51,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 136c00f..a9fbd2c 100755
--- a/setup.py
+++ b/setup.py
@@ -8,7 +8,7 @@ setup(name='talersurvey',
       author_email='address@hidden',
       license='GPL',
       packages=find_packages(),
-      install_requires=["Flask>=0.10"],
+      install_requires=["Flask>=0.10", "jsmin"],
       test_suite="nose.collector",
       tests_require=["mock", "nose", "requests", "uwsgi"],
       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]