Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2014 16:01:17 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194151] deskutils/griffith missing py-lxml dependency
Message-ID:  <bug-194151-13-3TPl2RtDbz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194151-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194151-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194151

John Marino <marino@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marino@FreeBSD.org

--- Comment #1 from John Marino <marino@FreeBSD.org> ---
No, it's not.  Check the makefile:

OPTIONS_DEFINE=    CHARDET LXML PYGNOMEEXTRAS REPORTLAB2    

CHARDET_DESC=        chardet support
CHARDET_RUN_DEPENDS=   
${PYTHON_PKGNAMEPREFIX}chardet>=0:${PORTSDIR}/textproc/py-chardet

LXML_DESC=        lxml support
LXML_RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml


That means LXML is an optional dependency (option off by default).


Maybe it shouldn't be an option if it's required always, don't know, but the
port lists the dependency.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194151-13-3TPl2RtDbz>