aboutsummaryrefslogtreecommitdiff
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 /setup.py
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 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 7a97b30c..fc1ac005 100755
--- a/setup.py
+++ b/setup.py
@@ -101,8 +101,6 @@ _setup(
'Topic :: System :: Installation/Setup',
'Topic :: System :: Software Distribution',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.6',
- 'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
scripts=['bin/{0}'.format(_package_name)],