remove unused non-python requirements

This commit is contained in:
Fabio C. Barrioneuvo da Luz 2016-06-08 00:11:38 -03:00
parent d5a8758ad8
commit 88987ab58f
2 changed files with 8 additions and 23 deletions

View File

@ -1,4 +1,4 @@
##basic build dependencies of various Django apps for Ubuntu 14.04
##basic build dependencies of various Django apps for Ubuntu Trusty 14.04
#build-essential metapackage install: make, gcc, g++,
build-essential
#required to translate
@ -25,3 +25,4 @@ libwebp-dev
##django-extensions
graphviz-dev

View File

@ -1,9 +1,13 @@
##basic build dependencies of various Django apps for Ubuntu 14.04
##basic build dependencies of various Django apps for Ubuntu Xenial 16.04
#build-essential metapackage install: make, gcc, g++,
build-essential
#required to translate
gettext
{% if cookiecutter.use_python2 == 'n' -%}
python3-dev
{% else %}
python-dev
{%- endif %}
##shared dependencies of:
##Pillow, pylibmc
@ -19,26 +23,6 @@ libfreetype6-dev
liblcms2-dev
libwebp-dev
##django-extensions
graphviz-dev
##hitch
python-setuptools
python3-dev
python-virtualenv
python-pip
firefox
automake
libtool
libreadline6
libreadline6-dev
libreadline-dev
libsqlite3-dev
libxml2
libxml2-dev
libssl-dev
libbz2-dev
wget
curl
llvm