summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5b08eb6b1f9..6af978ce9f2 100644
--- a/textproc/py-lxml/Makefile
+++ b/textproc/py-lxml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2017/01/16 11:07:12 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2017/01/17 11:10:13 wiz Exp $
DISTNAME= lxml-3.7.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,6 +15,8 @@ LICENSE= modified-bsd
# https://bugs.launchpad.net/lxml/+bug/1522052
# third error in 3.6.1
# https://bugs.launchpad.net/lxml/+bug/1608479
+* two more errors since 3.7.2
+# https://bugs.launchpad.net/lxml/+bug/1655054
TEST_TARGET= test_inplace
.include "../../lang/python/egg.mk"