Re: how to include lots of media assets into a python rpm?

2011-01-24 Thread Ignacio Vazquez-Abrams
On Mon, 2011-01-24 at 21:02 -0500, Erik Blankinship wrote: > Unfortunately, there does not appear to be a way to include *.png for > all subdirectories in gfx. You might find os.walk() or glob.glob() useful here. -- Ignacio Vazquez-Abrams signature.asc Description: This is a digitally

Re: python3 rpm macros not available without python3-devel installed

2010-09-15 Thread Ignacio Vazquez-Abrams
ust fail. > > So, how to define, for example, a %py3_ver macro for the major version > of Python3? Must yum be used? > > Robin Adding a "BuildRequires: python3-devel" should be enough to pull them in. -- Ignacio Vazquez-Abrams