mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
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:
parent
9144019edf
commit
3871875ddf
3
setup.py
3
setup.py
@ -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/*',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user