Go to file
Sean Mooney 3a160219ec 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

Change-Id: I949ce04599a1945b4535506e361d0dc2a701b775
2025-05-07 11:29:26 +00:00
2024-08-15 14:26:52 +01:00
2015-12-19 01:00:22 -05:00
2018-05-24 11:09:18 -07:00
2019-04-19 19:32:02 +00:00
2015-11-20 17:24:43 -07:00
2024-11-04 21:18:15 -05:00
2024-11-26 19:52:31 +05:30
2015-11-20 17:24:43 -07:00
2025-01-09 18:20:40 -05:00
2024-10-07 14:21:29 -04:00
2024-01-12 17:46:28 +09:00
2024-04-30 19:16:37 +09:00
2025-01-09 18:20:53 -05:00

Team and repository tags

image

neutron-lib

Neutron shared routines and utilities

Features

  • TODO
Description
Neutron shared routines and utilities.
Readme 33 MiB
Languages
Python 97.5%
PHP 2.2%
Shell 0.3%