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 2 lib, 3 3 buildPythonPackage, 4 4 fetchFromGitHub, 5 + hatchling, 5 6 pytestCheckHook, 6 - setuptools, 7 7 sqlalchemy, 8 8 wtforms, 9 9 }: ··· 21 21 }; 22 22 23 23 build-system = [ 24 - setuptools 24 + hatchling 25 25 ]; 26 26 27 27 dependencies = [