s4-python: Move dnspython to lib/, like the other Python modules
[idra/samba.git] / source4 / scripting / python / config.mk
index c1e1c5de82d5b013b8c2d008ea5c92654dda45c7..0b495260bd4e88eac15e314fc8ae42ef0016a9c3 100644 (file)
@@ -30,7 +30,7 @@ $(eval $(foreach pyfile, $(_PY_FILES),$(call python_py_module_template,$(patsubs
 EPYDOC_OPTIONS = --no-private --url http://www.samba.org/ --no-sourcecode
 
 epydoc:: pythonmods
-       PYTHONPATH=$(pythonbuilddir):../lib/subunit/python epydoc $(EPYDOC_OPTIONS) samba tdb ldb subunit testtools
+       PYTHONPATH=$(pythonbuilddir):../lib/subunit/python epydoc $(EPYDOC_OPTIONS) samba tdb ldb subunit testtools dnspython
 
 install:: installpython