Skip to content

Commit a10dfc0

Browse files
committed
Pin setuptools-odoo>=3.3.2 to include fix for the removal of 'pkg_resources' from setuptools==82
1 parent 4e02124 commit a10dfc0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ rfc3986==2.0.0
5454
rich==14.2.0
5555
secretstorage==3.4.0
5656
sentry-sdk==1.45.1
57-
setuptools==80.9.0
58-
setuptools-odoo==3.3.1
57+
setuptools==81.0.0
58+
setuptools-odoo==3.3.2
5959
setuptools-scm==9.2.2
6060
six==1.17.0
6161
tornado==6.5.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# lxml for parsing PyPI index pages
3838
"lxml",
3939
# for setuptools-odoo-make-default
40-
"setuptools-odoo",
40+
"setuptools-odoo>=3.3.2",
4141
"setuptools",
4242
# for whool-init
4343
"whool",

0 commit comments

Comments
 (0)