python3.pkgs.gobject-stubs: Remove optional "dev" dependencies
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
This commit is contained in:
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";
|
||||
|
||||
Reference in New Issue
Block a user