python312Packages.tensorflow-metadata: update patch, umbreak

(cherry picked from commit a691d6f944)
This commit is contained in:
Peder Bergebakken Sundt 2024-11-14 04:57:39 +01:00 committed by github-actions[bot]
parent 8b27c1239e
commit 0792872950

View File

@ -2,14 +2,12 @@ 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',
@@ -141,8 +141,4 @@ setup(
keywords='tensorflow metadata tfx',
download_url='https://github.com/tensorflow/metadata/tags',
- requires=[],
requires=[],
- cmdclass={
- 'build': _BuildCommand,
- 'bazel_build': _BazelBuildCommand,
- })
+ requires=[]
+ )
- },
)