diff options
author | wiz <wiz@pkgsrc.org> | 2015-12-02 14:46:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-12-02 14:46:40 +0000 |
commit | 3d7e6085b28bccf4d6cb3dc0dac7f3ad2c72086f (patch) | |
tree | 17ceca20f867506f74f57f0cb8403a213d9632c6 /textproc/py-lxml | |
parent | 4102371252e823fd8c5ca0d57307df540d93bb2b (diff) | |
download | pkgsrc-3d7e6085b28bccf4d6cb3dc0dac7f3ad2c72086f.tar.gz |
Mention bug report for two failing tests.
Diffstat (limited to 'textproc/py-lxml')
-rw-r--r-- | textproc/py-lxml/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-lxml/Makefile b/textproc/py-lxml/Makefile index 2768126c964..f5dcd40c756 100644 --- a/textproc/py-lxml/Makefile +++ b/textproc/py-lxml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2015/11/17 11:52:10 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2015/12/02 14:46:40 wiz Exp $ DISTNAME= lxml-3.5.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,6 +11,8 @@ HOMEPAGE= http://lxml.de/ COMMENT= Python binding for libxml2 and libxslt LICENSE= modified-bsd +# as of 3.5.0, two test failures on NetBSD, see +# https://bugs.launchpad.net/lxml/+bug/1522052 TEST_TARGET= test_inplace .include "../../lang/python/egg.mk" |