Allow building with setuptools_scm 9
This commit is contained in:
parent
b97cc1ac48
commit
9b878192d6
1 changed files with 2 additions and 0 deletions
|
|
@ -88,6 +88,8 @@ Recommends: python3-urllib3+socks
|
|||
# Unpin hatch-vcs version
|
||||
# See https://github.com/urllib3/urllib3/issues/3612
|
||||
sed -i 's/hatch-vcs==/hatch-vcs>=/' pyproject.toml
|
||||
# Allow setuptools_scm 9, https://github.com/urllib3/urllib3/commit/1ce1b59ec6
|
||||
sed -i 's/setuptools-scm>=8,<9/setuptools-scm>=8,<10/' pyproject.toml
|
||||
|
||||
# Make sure that the RECENT_DATE value doesn't get too far behind what the current date is.
|
||||
# RECENT_DATE must not be older that 2 years from the build time, or else test_recent_date
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue