python313Packages.wtforms-sqlalchemy: fix build system

This commit is contained in:
Sandro Jäckel
2025-03-11 13:18:30 +01:00
committed by Martin Weinelt
parent aea34c87ce
commit fb6db3dff8
@@ -2,8 +2,8 @@
lib,
buildPythonPackage,
fetchFromGitHub,
hatchling,
pytestCheckHook,
setuptools,
sqlalchemy,
wtforms,
}:
@@ -21,7 +21,7 @@ buildPythonPackage rec {
};
build-system = [
setuptools
hatchling
];
dependencies = [