diff options
author | John Snow <jsnow@redhat.com> | 2022-02-04 17:18:04 -0500 |
---|---|---|
committer | John Snow <jsnow@redhat.com> | 2022-02-23 17:07:26 -0500 |
commit | 43a1119ef132ce23624046babbd08d9d0708dc46 (patch) | |
tree | e6d48dacb0f1ad1c3fb919a6acb2deb077e7fa9e /python/setup.cfg | |
parent | 762c280d5f3c17a239204a73855d8778f6dc2113 (diff) | |
download | qemu-43a1119ef132ce23624046babbd08d9d0708dc46.zip qemu-43a1119ef132ce23624046babbd08d9d0708dc46.tar.gz qemu-43a1119ef132ce23624046babbd08d9d0708dc46.tar.bz2 |
Revert "python: pin setuptools below v60.0.0"
This reverts commit 1e4d8b31be35e54b6429fea54f5ecaa0083f91e7.
Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20220204221804.2047468-3-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'python/setup.cfg')
-rw-r--r-- | python/setup.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/setup.cfg b/python/setup.cfg index 9821db9..241f243 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -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 |