Need help with python noarch package

Ville Skyttä ville.skytta at iki.fi
Tue Jul 25 22:04:36 UTC 2006


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='')




More information about the fedora-extras-list mailing list