Merge #247395: gphotos-sync: relax pyyaml dependency
...into staging-next
This commit is contained in:
commit
fdbba653db
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
version = "3.1.2";
|
||||
format = "pyproject";
|
||||
|
||||
SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||
env.SETUPTOOLS_SCM_PRETEND_VERSION = version;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "gilesknap";
|
||||
|
@ -22,9 +22,11 @@ python3.pkgs.buildPythonApplication rec {
|
|||
];
|
||||
|
||||
nativeBuildInputs = [ python3.pkgs.pythonRelaxDepsHook ];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"psutil"
|
||||
"exif"
|
||||
"pyyaml"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
|
|
Loading…
Reference in a new issue