python312Packages.tensorflow-metadata: update patch, unbreak (#355816)

This commit is contained in:
Weijia Wang 2024-11-14 20:11:50 +01:00 committed by GitHub
commit 147f2316b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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=[]
+ )
- },
)