Commit bb237483 authored by Łukasz Nowak's avatar Łukasz Nowak

- force unzipping of rdiff-backup egg to avoid explicit usage of setuptools


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36343 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0ba09b97
......@@ -6,6 +6,10 @@ parts =
# Note: To avoid system dependency on librsync-devel this egg can be split
# into custom part to build against local librsync and part to generate
# scripts
# XXX: Force unzipping, as rdiff-backup does not depends on setuptools and
# thanks to unzipping it is not needed to have custom egg
unzip = true
recipe = zc.recipe.egg
entry-points =
rdiff-backup=rdiff_backup.Main:Main
......
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