mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 20:03:24 +00:00
yubioath-flutter: remove runtime dependency on poetry-core, update packages to match upstream requirements
This commit is contained in:
parent
5e05ea57fb
commit
2e3fea45e7
@ -1,12 +1,10 @@
|
||||
{ buildPythonApplication
|
||||
, python3
|
||||
, poetry-core
|
||||
, yubikey-manager
|
||||
, fido2
|
||||
, mss
|
||||
, zxing-cpp
|
||||
, pillow
|
||||
, cryptography
|
||||
, poetry-core
|
||||
, pythonRelaxDepsHook
|
||||
|
||||
, src
|
||||
, version
|
||||
@ -17,11 +15,13 @@ buildPythonApplication {
|
||||
pname = "yubioath-flutter-helper";
|
||||
inherit src version meta;
|
||||
|
||||
pyproject = true;
|
||||
|
||||
sourceRoot = "${src.name}/helper";
|
||||
format = "pyproject";
|
||||
|
||||
nativeBuildInputs = [
|
||||
python3.pkgs.pythonRelaxDepsHook
|
||||
poetry-core
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
pythonRelaxDeps = true;
|
||||
@ -39,12 +39,9 @@ buildPythonApplication {
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
poetry-core
|
||||
yubikey-manager
|
||||
fido2
|
||||
mss
|
||||
zxing-cpp
|
||||
pillow
|
||||
cryptography
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user