[103128] trunk/dports/python/py-html2text/Portfile

Lawrence Velázquez larryv at macports.org
Fri Feb 15 14:52:59 PST 2013


On Feb 15, 2013, at 4:43 PM, Ryan Schmidt <ryandesign at macports.org> wrote:

> On Feb 15, 2013, at 15:03, sean at macports.org wrote:
> 
>> Revision: 103128
>>         https://trac.macports.org/changeset/103128
>> Author:   sean at macports.org
>> Date:     2013-02-15 13:03:59 -0800 (Fri, 15 Feb 2013)
>> Log Message:
>> -----------
>> py-html2text: add missing py-distribute dependency; fixes #37964
>> 
>> Modified Paths:
>> --------------
>>   trunk/dports/python/py-html2text/Portfile
> 
>> +    depends_lib-append  port:py${python.version}-distribute
> 
> Is it really a library dependency? Isn't distribute usually only used at build time?

Some programs use the pkg_resources module at runtime and flip out if distribute is removed after install. According to egall[1], py-html2text does so.

    [1] https://trac.macports.org/ticket/37964#comment:3

vq


More information about the macports-dev mailing list