Unverified Commit eab212e4 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

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

parent 1afdfc52
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = ''