summaryrefslogtreecommitdiff
path: root/dev-lang/jsonnet/files/jsonnet-0.12.1-dont-call-make-from-setuppy.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/jsonnet/files/jsonnet-0.12.1-dont-call-make-from-setuppy.patch')
-rw-r--r--dev-lang/jsonnet/files/jsonnet-0.12.1-dont-call-make-from-setuppy.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-lang/jsonnet/files/jsonnet-0.12.1-dont-call-make-from-setuppy.patch b/dev-lang/jsonnet/files/jsonnet-0.12.1-dont-call-make-from-setuppy.patch
deleted file mode 100644
index 66bb5d2b07e7..000000000000
--- a/dev-lang/jsonnet/files/jsonnet-0.12.1-dont-call-make-from-setuppy.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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",
- )