[Backport release-24.11] selinux-python: fix build (#358475)

This commit is contained in:
Weijia Wang 2024-11-23 17:35:01 +01:00 committed by GitHub
commit db294f7c4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,11 @@ stdenv.mkDerivation rec {
strictDeps = true;
nativeBuildInputs = [ python3 python3.pkgs.wrapPython ];
nativeBuildInputs = [
python3
python3.pkgs.distutils
python3.pkgs.wrapPython
];
buildInputs = [ libsepol ];
propagatedBuildInputs = [ libselinux libsemanage setools python3.pkgs.ipy ];