mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
Revert "python: pin setuptools below v60.0.0"
This reverts commit 1e4d8b31be
.
Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20220204221804.2047468-3-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
This commit is contained in:
parent
762c280d5f
commit
43a1119ef1
2 changed files with 0 additions and 3 deletions
|
@ -68,8 +68,6 @@ $(QEMU_VENV_DIR) $(QEMU_VENV_DIR)/bin/activate: setup.cfg
|
|||
echo "ACTIVATE $(QEMU_VENV_DIR)"; \
|
||||
. $(QEMU_VENV_DIR)/bin/activate; \
|
||||
echo "INSTALL qemu[devel] $(QEMU_VENV_DIR)"; \
|
||||
pip install --disable-pip-version-check \
|
||||
"setuptools<60.0.0" 1>/dev/null; \
|
||||
make develop 1>/dev/null; \
|
||||
)
|
||||
@touch $(QEMU_VENV_DIR)
|
||||
|
|
|
@ -167,7 +167,6 @@ deps =
|
|||
.[devel]
|
||||
.[fuse] # Workaround to trigger tox venv rebuild
|
||||
.[tui] # Workaround to trigger tox venv rebuild
|
||||
setuptools < 60 # Workaround, please see commit msg.
|
||||
commands =
|
||||
make check
|
||||
|
||||
|
|
Loading…
Reference in a new issue