about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/tensorflow-metadata/build.patch
blob: 5b570bf72062d986726d8a83dd133a6716950410 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/setup.py b/setup.py
index 7a09b2f..94c5aa6 100644
--- a/setup.py
+++ b/setup.py
@@ -137,8 +137,5 @@ setup(
     long_description_content_type='text/markdown',
     keywords='tensorflow metadata tfx',
     download_url='https://github.com/tensorflow/metadata/tags',
-    requires=[],
-    cmdclass={
-        'build': _BuildCommand,
-        'bazel_build': _BazelBuildCommand,
-    })
+    requires=[]
+    )