mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
python312Packages.tensorflow-metadata: update patch, umbreak
(cherry picked from commit a691d6f944
)
This commit is contained in:
parent
8b27c1239e
commit
0792872950
@ -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=[]
|
||||
+ )
|
||||
- },
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user