]> git.proxmox.com Git - mirror_qemu.git/commit
python: drop pipenv
authorJohn Snow <jsnow@redhat.com>
Fri, 10 Feb 2023 00:31:42 +0000 (19:31 -0500)
committerJohn Snow <jsnow@redhat.com>
Thu, 23 Feb 2023 04:35:03 +0000 (23:35 -0500)
commit6832189fd791622c30e7bbe3a12b76be14dc1158
treecd7dae24f5b1bd9e60870899f749e090da8304a6
parentaef633e76504f6f2f3be47a22b271ce6469c0d9d
python: drop pipenv

The pipenv tool was nice in theory, but in practice it's just too hard
to update selectively, and it makes using it a pain. The qemu.qmp repo
dropped pipenv support a while back and it's been functioning just fine,
so I'm backporting that change here to qemu.git.

Signed-off-by: John Snow <jsnow@redhat.com>
Message-id: 20230210003147.1309376-3-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
.gitlab-ci.d/static_checks.yml
python/.gitignore
python/Makefile
python/Pipfile [deleted file]
python/Pipfile.lock [deleted file]
python/README.rst
python/setup.cfg
python/tests/minreqs.txt [new file with mode: 0644]
tests/docker/dockerfiles/python.docker