python3Packages.pypamtest: use toPythonModule for bindings
This commit is contained in:
parent
96d7f29087
commit
2dd39f17da
@ -8212,10 +8212,10 @@ self: super: with self; {
|
||||
|
||||
pyowm = callPackage ../development/python-modules/pyowm { };
|
||||
|
||||
pypamtest = pkgs.libpam-wrapper.override {
|
||||
pypamtest = toPythonModule (pkgs.libpam-wrapper.override {
|
||||
enablePython = true;
|
||||
inherit python;
|
||||
};
|
||||
});
|
||||
|
||||
pypandoc = callPackage ../development/python-modules/pypandoc { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user