From 3871875ddfd5a3e9e59b67936a9146f6264e4199 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sun, 23 Nov 2014 13:59:12 +0530 Subject: [PATCH] Don't add boostrap form to python module dependencies Setup.py list will need python modules list and doesn't understand Debian packages. Setup.py will try to install libjs-boostrap as a Python module and download it from PyPI. --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b9f021393..453cc2cfc 100755 --- a/setup.py +++ b/setup.py @@ -97,8 +97,7 @@ setuptools.setup( install_requires=[ 'cherrypy >= 3.0', 'django >= 1.7.0', - 'django-bootstrap-form', - 'libjs-bootstrap >= 3.2.0', + 'django-bootstrap-form' ], include_package_data=True, package_data={'plinth': ['templates/*',