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
commit fdbba653db
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

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; [