duplicity on EPEL4

Jérôme Benoit jerome.benoit at grenouille.com
Tue Oct 18 23:42:47 UTC 2011


On Tue, 18 Oct 2011 15:04:26 -0700
Toshio Kuratomi <a.badger at gmail.com> wrote:


> > How other python package in EPEL 4 handle subprocess requirement ? 
> > So I can jump on my bug and fix the .spec file. 
> > 
> You can either make do without duplicity on EPEL4

Well ... is EPEL policy include : We can ship borken package, user just
have to not use them. 

I don't think so.  

> change the code to
> not use subprocess,

Not a good idea. 

> or change the code to use a replacement -- for
> instance pyhton-kitchen provides a compat subprocess module.
> 
> Something like:
> try:
>     import subprocess
> except ImportError:
>     from kitchen.pycompat27 import subprocess
> 
> will likely work for you.

Sound great, a conditional patch to apply in the .spec file. 
Will work on it ASAP. 

Thks. 

-- 
Jérôme Benoit aka fraggle
La Météo du Net - http://grenouille.com
OpenPGP Key ID : 9FE9161D
Key fingerprint : 9CA4 0249 AF57 A35B 34B3 AC15 FAA0 CB50 9FE9 161D
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/epel-devel-list/attachments/20111019/974c5c44/attachment.sig>


More information about the epel-devel-list mailing list