pynitrokey: switch to pypaBuildHook
This commit is contained in:
@@ -11,7 +11,7 @@ with python3Packages;
|
||||
buildPythonApplication rec {
|
||||
pname = "pynitrokey";
|
||||
version = "0.4.39";
|
||||
format = "flit";
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
@@ -43,9 +43,13 @@ buildPythonApplication rec {
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
flit-core
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
# FIXME: does pythonRelaxDepsHook not work for pypaBuildHook + flit-core?
|
||||
pypaBuildFlags = [ "--skip-dependency-check" ];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"click"
|
||||
"cryptography"
|
||||
|
||||
Reference in New Issue
Block a user