diff options
author | Kefu Chai <kchai@redhat.com> | 2021-07-31 14:59:33 +0200 |
---|---|---|
committer | Kefu Chai <kchai@redhat.com> | 2021-07-31 16:34:05 +0200 |
commit | 90c4995c99857e0528922574f1b275ce7fed9d09 (patch) | |
tree | da01d775fbc6f532a0e3990daf3cde6103bcf210 /doc_deps.deb.txt | |
parent | doc/man/8/cephfs-shell: s/virtualenv/python3 -m venv/ (diff) | |
download | ceph-90c4995c99857e0528922574f1b275ce7fed9d09.tar.xz ceph-90c4995c99857e0528922574f1b275ce7fed9d09.zip |
admin/build-doc: s/virtualenv/python3 -m venv/
so we don't need to use virtualenv python package for creating a
virtualenv, the "venv" module in Python3 would suffice.
see also https://docs.python.org/3/library/venv.html
Signed-off-by: Kefu Chai <kchai@redhat.com>
Diffstat (limited to 'doc_deps.deb.txt')
-rw-r--r-- | doc_deps.deb.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc_deps.deb.txt b/doc_deps.deb.txt index 4bfff0f205b..e2eb80a2f40 100644 --- a/doc_deps.deb.txt +++ b/doc_deps.deb.txt @@ -2,8 +2,7 @@ git gcc python3-dev python3-pip -python3-virtualenv -virtualenv +python3-venv doxygen ditaa libxml2-dev |