summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-09-24 10:43:37 +0300
committerLars Wirzenius <liw@liw.fi>2020-09-24 10:43:37 +0300
commit727716d5a90e095d13e2451738b1676e327710a2 (patch)
tree647ce98e1afa42868a54cc7c0181f8820a0a34b0
parent6187cb60a3a809abdb3ffa948df1a73c39cd6ceb (diff)
downloadvmdb2-727716d5a90e095d13e2451738b1676e327710a2.tar.gz
doc: no longer need cliapp
-rw-r--r--NEWS2
-rw-r--r--README.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index f859945..4747448 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ NEWS for vmdb2, the Debian disk image builder
Version 0.19+git, not yet released
-----------------------------------------------------------------------------
+* All use of the Python `cliapp` library has been dropped from vmdb2 now.
+
Version 0.19, released 2020-09-16
-----------------------------------------------------------------------------
diff --git a/README.md b/README.md
index 9a73441..b81e742 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,6 @@ The following tools are used by vmdb2 (Debian package names in brackets).
The following Python modules are used by vmdb2 (Debian package names in brackets).
-* cliapp [`python3-cliapp`]
* jinja2 [`python3-jinja2`]
* yaml [`python3-yaml`]
@@ -70,7 +69,6 @@ You probably need the following installed to run the smoke test:
- git
- python3-coverage-test-runner
-- python3-cliapp
- python3-jinja2
- cmdtest 0.31 or later
- qemu-utils