CI: Allow platformdirs 4 in python-virtualenv.spec
This commit is contained in:
parent
e7b37d02f8
commit
3539b832c8
@ -31,7 +31,7 @@ Summary: %{summary}
|
|||||||
# Relax the upper bounds of some dependencies to their known available versions in EL 9
|
# Relax the upper bounds of some dependencies to their known available versions in EL 9
|
||||||
sed -i -e 's/distlib<1,>=0.3.6/distlib<1,>=0.3.2/' \
|
sed -i -e 's/distlib<1,>=0.3.6/distlib<1,>=0.3.2/' \
|
||||||
-e 's/filelock<4,>=3.4.1/filelock<4,>=3.3.1/' \
|
-e 's/filelock<4,>=3.4.1/filelock<4,>=3.3.1/' \
|
||||||
-e 's/platformdirs<4,>=2.4/platformdirs<4,>=2.3/' \
|
-e 's/platformdirs<4,>=2.4/platformdirs<5,>=2.3/' \
|
||||||
-e 's/hatchling>=1.12.2/hatchling>=0.25/' \
|
-e 's/hatchling>=1.12.2/hatchling>=0.25/' \
|
||||||
-e 's/hatch-vcs>=0.3/hatch-vcs>=0.2.1/' \
|
-e 's/hatch-vcs>=0.3/hatch-vcs>=0.2.1/' \
|
||||||
pyproject.toml
|
pyproject.toml
|
||||||
|
Loading…
Reference in New Issue
Block a user