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.
This commit is contained in:
Sunil Mohan Adapa 2014-11-23 13:59:12 +05:30
parent 9144019edf
commit 3871875ddf

View File

@ -97,8 +97,7 @@ setuptools.setup(
install_requires=[ install_requires=[
'cherrypy >= 3.0', 'cherrypy >= 3.0',
'django >= 1.7.0', 'django >= 1.7.0',
'django-bootstrap-form', 'django-bootstrap-form'
'libjs-bootstrap >= 3.2.0',
], ],
include_package_data=True, include_package_data=True,
package_data={'plinth': ['templates/*', package_data={'plinth': ['templates/*',