Re: Something broke in genpkgmetadata.py?

seth vidal <[email protected]> Fri, 12 Nov 2010 01:01:02 -0500
Newsgroups gmane.linux.rpm.metadata
Message-ID <1289541662.19843.142.camel@oliver>
On Thu, 2010-11-11 at 23:27 -0600, David C. Rankin wrote:
> Guys,
> 
> 	I'm using yum-createrepo 0.9.8-3 on Arch Linux and suddenly my createrepo
> updates are failing with the following error:
> 
> 23:22 nirvana:/home/backup/rpms> sudo createrepo --update -d openSUSE_11.3/
>   File "/usr/share/createrepo/genpkgmetadata.py", line 189
>     print thing
>               ^
> SyntaxError: invalid syntax

if you're using python 3 - then it is possible that print thing is
invalid syntax.

I've not tested or ported createrepo to python3 yet.

-sv