blivet: fix reference to selinux python modules

(cherry picked from commit 7ceea6f6013e8a6abf4925e0b2ad94c23f64442d)
This commit is contained in:
Rob Vermaas 2018-10-16 17:04:43 +02:00
parent 8070a6333f
commit 6c7fa2f158

View File

@ -31,7 +31,7 @@ in buildPythonPackage rec {
'';
propagatedBuildInputs = [
pykickstart pyparted pyblock pyudev selinuxWithPython cryptsetupWithPython
pykickstart pyparted pyblock pyudev selinuxWithPython.py cryptsetupWithPython
six
];