Merge #247395: gphotos-sync: relax pyyaml dependency

...into staging-next
This commit is contained in:
Vladimír Čunát
2023-08-07 16:26:15 +02:00
+3 -1
View File
@@ -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; [