| # Copyright 2023 The Fuchsia Authors. All rights reserved. | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| import("//build/python/python_library.gni") | |
| python_library("tenacity") { | |
| source_root = "//third_party/github.com/jd/tenacity/src/tenacity" | |
| sources = [ | |
| "__init__.py", | |
| "_asyncio.py", | |
| "_utils.py", | |
| "after.py", | |
| "before.py", | |
| "before_sleep.py", | |
| "nap.py", | |
| "retry.py", | |
| "stop.py", | |
| "tornadoweb.py", | |
| "wait.py", | |
| ] | |
| } |