Commit d70d3a5e authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

ctypes is only required for python-2.4. so python-magic should not require...

ctypes is only required for python-2.4. so python-magic should not require ctypes and ctypes should be added explicitly here for Zope-2.8 flavour.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42162 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ded246bd
......@@ -42,6 +42,7 @@ eggs =
SOAPpy
cElementTree
chardet
ctypes
elementtree
erp5.recipe.mysqldatabase
erp5diff
......
......@@ -89,6 +89,7 @@ eggs =
SOAPpy
cElementTree
chardet
ctypes
elementtree
erp5.recipe.mysqldatabase
erp5diff
......
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