mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-20 16:43:05 +03:00
patch from Stphane Bidoul to include drv_libxml2.py in setup.py Daniel
* python/setup.py.in: patch from Stphane Bidoul to include drv_libxml2.py in setup.py Daniel
This commit is contained in:
@ -159,7 +159,7 @@ if with_xslt == 1:
|
||||
|
||||
|
||||
descr = "libxml2 package"
|
||||
modules = [ 'libxml2' ]
|
||||
modules = [ 'libxml2', 'drv_libxml2' ]
|
||||
if WITHDLLS:
|
||||
modules.append('libxmlmods.__init__')
|
||||
c_files = ['libxml2-py.c', 'libxml.c', 'types.c' ]
|
||||
|
Reference in New Issue
Block a user