Commit fee52ae9 authored by Sebastien Robin's avatar Sebastien Robin

use pyPdf instead of PyPDF2 until PyPDF2 can be installed

parent 707987ca
...@@ -15,6 +15,8 @@ find-links = ...@@ -15,6 +15,8 @@ find-links =
http://www.nexedi.org/static/packages/source/ http://www.nexedi.org/static/packages/source/
http://www.owlfish.com/software/wsgiutils/download.html http://www.owlfish.com/software/wsgiutils/download.html
allow-hosts += pybrary.net
extends = extends =
# Exact version of Zope # Exact version of Zope
http://svn.zope.org/repos/main/Zope/tags/2.12.26/versions.cfg http://svn.zope.org/repos/main/Zope/tags/2.12.26/versions.cfg
...@@ -212,7 +214,7 @@ extra-context = ...@@ -212,7 +214,7 @@ extra-context =
[template-tidstorage] [template-tidstorage]
recipe = slapos.recipe.build:download recipe = slapos.recipe.build:download
url = ${:_profile_base_location_}/instance-tidstorage.cfg.in url = ${:_profile_base_location_}/instance-tidstorage.cfg.in
md5sum = 5e0c5de5bc17947c152de73b329a5a02 md5sum = bd5872108f812c6823a8915670e51c4c
mode = 640 mode = 640
[template-cloudooo] [template-cloudooo]
...@@ -431,7 +433,7 @@ eggs = ...@@ -431,7 +433,7 @@ eggs =
ordereddict ordereddict
paramiko paramiko
ply ply
PyPDF2 pyPdf # should be replaced by PyPDF2, but it is not installable
python-magic python-magic
python-memcached python-memcached
pytz pytz
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment