Hello, I made this recipe :
# # Copyright (c) 2004-2008 rPath, Inc. # This file is distributed under the terms of the MIT License. # A copy is available at http://www.rpath.com/permanent/mit-license.html # loadSuperClass('gnomepackage') class GnomeKeyring(GnomePackageRecipe): name = 'gnome-keyring' version = '0' def setup(r): r.AddRedirect('grc','foresighters.rpath.org@fl:2-devel') According to the manual this should work but I do not work. I see this message : AttributeError: 'GnomeKeyring' object has no attribute 'AddRedirect' How to solve this one ? Roelof _______________________________________________ Foresight-devel mailing list [email protected] https://lists.foresightlinux.org/mailman/listinfo/foresight-devel
