aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2020-10-22 11:52:46 -0700
committerMatt Turner <mattst88@gentoo.org>2020-10-30 18:40:52 -0400
commitefe2e4fa789550473734269f27a4029df208a2b2 (patch)
treee96164099b0dfa30eef28f1cbdcd228482d081ed /README
parentcatalyst: Replace pathcompare() (diff)
downloadcatalyst-efe2e4fa789550473734269f27a4029df208a2b2.tar.gz
catalyst-efe2e4fa789550473734269f27a4029df208a2b2.tar.bz2
catalyst-efe2e4fa789550473734269f27a4029df208a2b2.zip
catalyst: Rewrite ismount() to use libmount
libmount is provided by util-linux, so this adds a dependency on sys-apps/util-linux[python]. A later patch will make more extensive use of this API. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 1cceb63e..594de9e1 100644
--- a/README
+++ b/README
@@ -17,7 +17,7 @@ simple and reproducable manner. Use at your own risk.
Requirements
=======================
-- Python 3.6 or greater
+- Python 3.8 or greater
- A generic stage3 tarball for your architecture
- A squashfs ebuild repository snapshot
- Or an ebuild git repo with sys-fs/squashfs-tools-ng and dev-vcs/git