Merge pull request #188479 from marius851000/skytemple_deps_fix

pythonPackages.gbulb, pythonPackages.pygtkspellcheck: fix SkyTemple’s dependencies
This commit is contained in:
superherointj
2022-09-23 11:08:19 -03:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
@@ -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" ];