aboutsummaryrefslogtreecommitdiff
path: root/python/Pipfile.lock
diff options
context:
space:
mode:
authorJohn Snow <jsnow@redhat.com>2021-06-02 20:37:16 -0400
committerJohn Snow <jsnow@redhat.com>2021-06-18 16:10:06 -0400
commitc63f3b0b29f8320e77a83acd9d055e6607f02f85 (patch)
tree54e4d05428a25d10529fe02e9ca388a08212fa0d /python/Pipfile.lock
parent30ec845c599acc0616a57811316bc506a08344f2 (diff)
downloadqemu-c63f3b0b29f8320e77a83acd9d055e6607f02f85.zip
qemu-c63f3b0b29f8320e77a83acd9d055e6607f02f85.tar.gz
qemu-c63f3b0b29f8320e77a83acd9d055e6607f02f85.tar.bz2
python: add optional FUSE dependencies
In preparation for moving qom-fuse over to the python package, we need some new dependencies to support it. Add an optional 'fusepy' dependency that users of the package can opt into with e.g. "pip install qemu[fuse]" which installs the requirements necessary to obtain the additional functionality. Add the same fusepy dependency to the 'devel' extras group -- unfortunately I do not see a way for optional groups to imply other optional groups at present, so the dependency is repeated. The development group needs to include the full set of dependencies for the purpose of static analysis of all features offered by this library. Lastly, add the [fuse] extras group to tox's configuration as a workaround so that if a stale tox environment is found when running `make check-tox`, tox will know to rebuild its environments. Signed-off-by: John Snow <jsnow@redhat.com> Message-id: 20210603003719.1321369-17-jsnow@redhat.com Signed-off-by: John Snow <jsnow@redhat.com>
Diffstat (limited to 'python/Pipfile.lock')
-rw-r--r--python/Pipfile.lock6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/Pipfile.lock b/python/Pipfile.lock
index f2a3f91..5bb3f1b 100644
--- a/python/Pipfile.lock
+++ b/python/Pipfile.lock
@@ -67,6 +67,12 @@
"markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'",
"version": "==3.9.2"
},
+ "fusepy": {
+ "hashes": [
+ "sha256:72ff783ec2f43de3ab394e3f7457605bf04c8cf288a2f4068b4cde141d4ee6bd"
+ ],
+ "version": "==3.0.1"
+ },
"importlib-metadata": {
"hashes": [
"sha256:8c501196e49fb9df5df43833bdb1e4328f64847763ec8a50703148b73784d581",