From 3776f89d9c7fd07ae0ec5407ae22546a2c88325a Mon Sep 17 00:00:00 2001 From: brent s Date: Mon, 9 Oct 2017 09:20:15 -0400 Subject: [PATCH] this note too --- storage/badblocks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/badblocks.py b/storage/badblocks.py index 1729364..9344867 100644 --- a/storage/badblocks.py +++ b/storage/badblocks.py @@ -5,8 +5,8 @@ # Should probably only cron it once a week or so. import os -import pycryptsetup -import lvm +import pycryptsetup # requires cryptsetup to be configured with '--enable-python --with-python_version=3.6' (or whatever your python version is) +import lvm # requires lvm2 to be configured with '-enable-python3_bindings' import subprocess def getDisks():