You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-lang/jsonnet/files/jsonnet-0.12.1-dont-call-ma...

15 lines
387 B

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",
)