summaryrefslogtreecommitdiff
path: root/dev-lang/jsonnet/files/jsonnet-0.12.1-dont-call-make-from-setuppy.patch
blob: 66bb5d2b07e7b44a9849f32384cddcdfaff693e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/setup.py b/setup.py
index bfad34a..cfb30c3 100644
--- a/setup.py
+++ b/setup.py
@@ -68,9 +68,6 @@ setup(name='jsonnet',
       author='David Cunningham',
       author_email='dcunnin@google.com',
       version=get_version(),
-      cmdclass={
-          'build_ext': BuildJsonnetExt,
-      },
       ext_modules=[jsonnet_ext],
       test_suite="python._jsonnet_test",
 )