third_party.pigweed.src/pw_build_info/py/pyproject.toml
Anthony DiGirolamo 7d420a1dc5 python: Fix missing GN deps
I discovered a few missing Python GN dependencies while working on the
feature to run all python_actions within an isolated virtualenv. CL for
that feature is:
https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/90060

This CL breaks out those new deps into their own change that can be
landed ahead of the gn venv feature release. This may help stop some
flaky build failures due to Python packages not being installed.

Change-Id: I9e22e6e3a7f55c0dde57b54880f9a55ccc048876
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/92142
Reviewed-by: Armando Montanez <amontanez@google.com>
Reviewed-by: Wyatt Hepler <hepler@google.com>
Commit-Queue: Anthony DiGirolamo <tonymd@google.com>
2022-04-25 18:52:01 +00:00

17 lines
674 B
TOML

# Copyright 2021 The Pigweed Authors
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
# the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations under
# the License.
[build-system]
requires = ['setuptools', 'wheel']
build-backend = 'setuptools.build_meta'