mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 11:34:00 +03:00
Fix for issue #389 (and related issues). For when different distributions have different package names (e.g. libtiff5-dev for ubuntu wily and libtiff4-dev for ubuntu trusty). Ensures that the correct one is installed for the distribution the user is on.
This commit is contained in:
parent
7779c726a0
commit
f44b9fad41
|
@ -35,5 +35,5 @@ six==1.10.0
|
|||
tblib==1.2.0
|
||||
tornado==4.3
|
||||
traitlets==4.1.0
|
||||
unixpackage==0.4.0
|
||||
unixpackage==0.4.1
|
||||
xeger==0.3
|
||||
|
|
|
@ -2,10 +2,10 @@ firefox
|
|||
libpq-dev
|
||||
llvm
|
||||
graphviz-dev
|
||||
libtiff4-dev
|
||||
libtiff-dev
|
||||
libjpeg8-dev
|
||||
libfreetype6-dev
|
||||
liblcms1-dev
|
||||
liblcms-dev
|
||||
libwebp-dev
|
||||
zlib1g-dev
|
||||
gettext
|
||||
|
|
Loading…
Reference in New Issue
Block a user