Go to file
Takashi Kajinami e501c182d5 add pyproject.toml to support pip 23.1
pip 23.1 removed the "setup.py install" fallback for projects
that do not have pyproject.toml and now uses a pyproject.toml
which is vendored in pip.
To address that, this change adds the minimal pyproject.toml
to enable pbr to be properly used to build editable wheels.

This is required to support installing devstack on
centos stream 9 and related distros with GLOBAL_VENV=True
Without this change the wsgi scripts are not generated in
editable mode. i.e. pip install -e /opt/stack/keystone

See https://pip.pypa.io/en/stable/news/#v23-1
and https://github.com/pypa/pip/issues/8368 for more
details on the removal of the fallback support.

setuptools v64.0.0 is used to support editable installs
via its PEP-660 implmentation
https://github.com/pypa/setuptools/pull/3488

Co-Authored-By: Sean Mooney <work@seanmooney.info>
Change-Id: Iabcea21af84e1664030d421561c9d166290dc860
2025-05-07 13:21:53 +09:00
2024-05-01 10:30:09 +09:00
2018-07-17 15:53:47 +07:00
2019-04-19 19:34:27 +00:00
2025-01-27 13:45:28 +00:00
2019-06-20 20:35:19 +08:00
2017-07-14 14:02:06 +07:00
2015-08-28 11:43:50 +02:00
2019-06-20 20:35:19 +08:00
2024-10-27 03:32:33 +09:00
2024-10-23 19:56:59 +09:00
2024-10-27 03:32:33 +09:00
2024-11-15 16:59:55 +00:00

aodhclient

Python bindings to the OpenStack Aodh API

This is a client for OpenStack Aodh API. There's a Python API (the aodhclient module), and a command-line script (installed as aodh). Each implements the entire OpenStack Aodh API.

Description
Client library for Aodh API
Readme 3.2 MiB
Languages
Python 99.1%
Shell 0.9%