python3Packages.pytest-raisin: switch to pypaBuildHook

This commit is contained in:
Peder Bergebakken Sundt 2023-09-10 00:31:07 +02:00
parent 3ab1cf59b8
commit a624dbce03

View file

@ -1,14 +1,14 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, flit-core
, flit
, pytest
}:
buildPythonPackage rec {
pname = "pytest-raisin";
version = "0.4";
format = "flit";
format = "pyproject";
src = fetchFromGitHub {
owner = "wimglenn";
@ -18,7 +18,7 @@ buildPythonPackage rec {
};
nativeBuildInputs = [
flit-core
flit
];
propagatedBuildInputs = [