We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd4bdb commit 1b8ced6Copy full SHA for 1b8ced6
1 file changed
setup.py.in
@@ -17,10 +17,7 @@
17
# limitations under the License.
18
#
19
20
-import codecs
21
-import distutils.extension
22
import glob
23
-import os
24
import setuptools
25
import sys
26
@@ -62,7 +59,7 @@ setuptools.setup(
62
59
packages=setuptools.find_packages('lib'),
63
60
install_requires=requires,
64
61
ext_modules=[
65
- distutils.extension.Extension(
+ setuptools.Extension(
66
name='ovirtsdk4.xml',
67
include_dirs=[
68
'/usr/include/libxml2',
0 commit comments