···4842 ROPGadget = callPackage ../development/python-modules/ROPGadget { };
48434844 # We need "normal" libxml2 and not the python package by the same name.
4845- pywbem = disabledIf isPy36
4846- (callPackage ../development/python-modules/pywbem { libxml2 = pkgs.libxml2; });
48474848 unicorn = callPackage ../development/python-modules/unicorn { };
4849
···4842 ROPGadget = callPackage ../development/python-modules/ROPGadget { };
48434844 # We need "normal" libxml2 and not the python package by the same name.
4845+ pywbem = callPackage ../development/python-modules/pywbem { libxml2 = pkgs.libxml2; };
048464847 unicorn = callPackage ../development/python-modules/unicorn { };
4848