On Tue, 2006-07-25 at 11:20 -0600, Orion Poplawski wrote: > I have a noarch python package (python-dateutil) that doesn't build > properly on x86_64. The setup is: > > PYTHONLIB = join(get_python_lib(standard_lib=1, prefix=''), 'site-packages') If the stuff is really noarch, one probably wants to add plat_specific=0 to the arguments to get_python_lib(). On the other hand, it could be better off defined just as: PYTHONLIB = get_python_lib(prefix='') -- fedora-extras-list mailing list fedora-extras-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-extras-list