python310Packages.dict2xml: Use hatchling as build backend

This commit is contained in:
Martin Weinelt 2023-03-10 22:02:54 +01:00
parent 83ac46c4b2
commit 909bb6ad4b
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -2,7 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
, setuptools
, hatchling
}:
buildPythonPackage rec {
@ -20,7 +20,7 @@ buildPythonPackage rec {
};
nativeBuildInputs = [
setuptools
hatchling
];
# Tests are inplemented in a custom DSL (RSpec)