lol

python313Packages.wtforms-sqlalchemy: fix build system

authored by

Sandro Jäckel and committed by
Martin Weinelt
fb6db3df aea34c87

+2 -2
+2 -2
pkgs/development/python-modules/wtforms-sqlalchemy/default.nix
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 pytestCheckHook, 6 - setuptools, 7 sqlalchemy, 8 wtforms, 9 }: ··· 21 }; 22 23 build-system = [ 24 - setuptools 25 ]; 26 27 dependencies = [
··· 2 lib, 3 buildPythonPackage, 4 fetchFromGitHub, 5 + hatchling, 6 pytestCheckHook, 7 sqlalchemy, 8 wtforms, 9 }: ··· 21 }; 22 23 build-system = [ 24 + hatchling 25 ]; 26 27 dependencies = [