Merge pull request #188479 from marius851000/skytemple_deps_fix
pythonPackages.gbulb, pythonPackages.pygtkspellcheck: fix SkyTemple’s dependencies
This commit is contained in:
@@ -21,11 +21,11 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pygobject3
|
||||
gtk3
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
pytestCheckHook
|
||||
gtk3
|
||||
gobject-introspection
|
||||
];
|
||||
|
||||
|
||||
@@ -9,8 +9,8 @@ buildPythonPackage rec {
|
||||
sha256 = "sha256-kfhoOLnKbA9jH4DUtQw0nATjK21pMNxyAOzYDLQkR4U=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ gobject-introspection gtk3 ];
|
||||
propagatedBuildInputs = [ pyenchant pygobject3 ];
|
||||
nativeBuildInputs = [ gobject-introspection ];
|
||||
propagatedBuildInputs = [ pyenchant pygobject3 gtk3 ];
|
||||
|
||||
doCheck = false; # there are no tests
|
||||
pythonImportsCheck = [ "gtkspellcheck" ];
|
||||
|
||||
Reference in New Issue
Block a user