gphotos-sync: move setuptools-scm to correct input (#244202)

Co-authored-by: Mario Rodas <marsam@users.noreply.github.com>
This commit is contained in:
Sandro
2023-11-26 10:18:20 -05:00
committed by GitHub
co-authored by Mario Rodas
parent 1afdfc5259
commit eab212e43a
+1 -1
View File
@@ -32,6 +32,7 @@ python3.pkgs.buildPythonApplication rec {
nativeBuildInputs = with python3.pkgs; [
pythonRelaxDepsHook
setuptools
setuptools-scm
wheel
];
@@ -61,7 +62,6 @@ python3.pkgs.buildPythonApplication rec {
nativeCheckInputs = with python3.pkgs; [
mock
pytestCheckHook
setuptools-scm
];
preCheck = ''