python312Packages.apipkg: use pyproject = true

This commit is contained in:
TomaSajt
2024-05-07 21:09:52 +02:00
parent 19b3a48056
commit 8360155ee1
@@ -9,16 +9,16 @@
buildPythonPackage rec {
pname = "apipkg";
version = "3.0.2";
format = "pyproject";
pyproject = true;
src = fetchFromGitHub {
owner = "pytest-dev";
repo = pname;
repo = "apipkg";
rev = "refs/tags/v${version}";
hash = "sha256-ANLD7fUMKN3RmAVjVkcpwUH6U9ASalXdwKtPpoC8Urs=";
};
nativeBuildInputs = [
build-system = [
hatch-vcs
hatchling
];