libdir and python on x86_64

Thomas Vander Stichele thomas at apestaart.org
Thu Jun 8 17:00:37 UTC 2006


Hi,


> How does one persuade an arch-independent python package to install 
> itself into %{python_sitearch} instead of %{python_sitelib}? Is there an 
> option to pass to "python setup.py" that will usually work?

The python modules that already have arch-dependant code in them
automatically install correctly.  The ones that have pure python code
can be persuaded by
--install-purelib %{python_sitearch}

Thomas




More information about the fedora-extras-list mailing list