Skip to content

Commit f19adf8

Browse files
authored
Update requirements.txt to reflect changes to setup.cfg (#111)
These changes to the setup.cfg in colcon-core didn't get copied to this requirements file for bootstrapping colcon.
1 parent b952594 commit f19adf8

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

developer/bootstrap.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You might want to make sure that the venv is using up-to-date versions of the so
3131

3232
.. code-block:: bash
3333
34-
$ pip install -U pip setuptools
34+
$ pip install -U pip 'setuptools>=40.5.0,<80'
3535
3636
Fetch the sources
3737
-----------------

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ catkin_pkg
33
coloredlogs; sys_platform == 'win32'
44
distlib
55
EmPy
6+
importlib-metadata; python_version < "3.8"
67
notify2; sys_platform == 'linux'
78
pypiwin32; sys_platform == 'win32'
89
pytest
@@ -11,4 +12,5 @@ pytest-repeat
1112
pytest-rerunfailures
1213
pytest-runner
1314
PyYAML
14-
setuptools>=40.5.0
15+
setuptools>=40.5.0,<80
16+
tomli>=1.0.0; python_version < "3.11"

0 commit comments

Comments
 (0)