python3.pkgs.gobject-stubs: Remove optional "dev" dependencies

Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
hacker1024
2023-08-17 22:55:36 +00:00
committed by GitHub
co-authored by Fabian Affolter
parent 83326c2d47
commit 518696b7c1
@@ -26,16 +26,6 @@ buildPythonPackage rec {
setuptools
];
passthru.optional-dependencies = {
dev = [
black
codespell
isort
mypy
pre-commit
pygobject3
];
};
meta = with lib; {
description = "PEP 561 Typing Stubs for PyGObject";