about summary refs log tree commit diff
path: root/pkgs/development/python-modules/tensorflow/absl_py_argparse_flags.patch
blob: 1b130e22662e1603f4cb1ac6b8769d9cc72ad6d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
diff -Naurd x/third_party/systemlibs/absl_py.absl.flags.BUILD y/third_party/systemlibs/absl_py.absl.flags.BUILD
--- x/third_party/systemlibs/absl_py.absl.flags.BUILD	2023-09-20 06:02:15.079683729 +0000
+++ y/third_party/systemlibs/absl_py.absl.flags.BUILD	2023-09-20 06:04:58.491897303 +0000
@@ -5,3 +5,7 @@
 py_library(
     name = "flags",
 )
+
+py_library(
+    name = "argparse_flags",
+)