Commit f3b254da authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.faraday-agent-parameters-types: refactor

parent cd71793b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -27,9 +27,9 @@ buildPythonPackage rec {
      --replace-warn '"pytest-runner",' ""
  '';

  nativeBuildInputs = [ setuptools ];
  build-system = [ setuptools ];

  propagatedBuildInputs = [
  dependencies = [
    marshmallow
    packaging
  ];
@@ -50,7 +50,7 @@ buildPythonPackage rec {
    description = "Collection of Faraday agent parameters types";
    homepage = "https://github.com/infobyte/faraday_agent_parameters_types";
    changelog = "https://github.com/infobyte/faraday_agent_parameters_types/blob/${version}/CHANGELOG.md";
    license = with licenses; [ gpl3Plus ];
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ fab ];
  };
}