summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2020-10-25 16:50:56 +0100
committerHelmut Grohne <helmut@subdivi.de>2020-10-25 16:50:56 +0100
commit88e66d81f9f04b531e8619efdca741244020b460 (patch)
tree18e82b910a3b9b8589439118662adaa6cf998da6
parent4542d84439bbc6bd8f3151a9cb61d0ee85cd910e (diff)
downloaddebian-dedup-88e66d81f9f04b531e8619efdca741244020b460.tar.gz
drop obsolete python modules
Both lzma and concurrent.futures are now part of the standard library and solely exist as virtual packages.
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index ed4e8cb..db7fde4 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
Required packages
-----------------
- aptitude install python3 python3-arpy python3-debian python3-lzma python3-jinja2 python3-werkzeug sqlite3 python3-pil python3-yaml python3-concurrent.futures python3-pkg-resources
+ aptitude install python3 python3-arpy python3-debian python3-jinja2 python3-werkzeug sqlite3 python3-pil python3-yaml python3-pkg-resources
Create a database
-----------------