1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-24 13:33:01 +03:00

Fix apibuild for a recently added construct

commit c71f9305a9 added __XML_EXTERNC
cpp construct which not understood by apibuild, leading to make dist
failures, ask to ignore that construct.
This commit is contained in:
Daniel Veillard
2016-05-09 10:31:09 +08:00
parent 45f0abd427
commit 8effcb578e
20 changed files with 114 additions and 176 deletions

View File

@@ -226,7 +226,7 @@ else:
setup (name = "libxml2-python",
# On *nix, the version number is created from setup.py.in
# On windows, it is set by configure.js
version = "2.9.3",
version = "2.9.4",
description = descr,
author = "Daniel Veillard",
author_email = "veillard@redhat.com",