summaryrefslogtreecommitdiff
path: root/textproc/py-lxml/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2015-12-02 14:46:40 +0000
committerwiz <wiz>2015-12-02 14:46:40 +0000
commitd36858d28eebc280daf8f34fc8b7af745410bd3e (patch)
tree17ceca20f867506f74f57f0cb8403a213d9632c6 /textproc/py-lxml/Makefile
parenteaec7184876ab86033d6d4a5a5556fa9ba5efd77 (diff)
downloadpkgsrc-d36858d28eebc280daf8f34fc8b7af745410bd3e.tar.gz
Mention bug report for two failing tests.
Diffstat (limited to 'textproc/py-lxml/Makefile')
-rw-r--r--textproc/py-lxml/Makefile4
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"