• Dmitry Blinov's avatar
    add curl rpath to python so that pycurl egg can link · 2c353edf
    Dmitry Blinov authored
    An extremely ugly thing based on the fact that somehow rpaths
    defined for python get propagated as runpaths for any eggs
    including those that have explicit profiles.
    Actually they override explicitly define rpaths making them useless
    to define.
    If it is possible to make pycurl link without this commit and/or eliminate
    explicit rpaths being overwritten by propagation - it is better to do
    this.
    2c353edf
buildout.cfg 3.52 KB