Unverified Commit dece890b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.denonavr: refactor

parent d2ed829a
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -33,9 +33,9 @@ buildPythonPackage rec {

  pythonRelaxDeps = [ "defusedxml" ];

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

  propagatedBuildInputs = [
  dependencies = [
    asyncstdlib
    attrs
    defusedxml
@@ -57,7 +57,7 @@ buildPythonPackage rec {
    description = "Automation Library for Denon AVR receivers";
    homepage = "https://github.com/ol-iver/denonavr";
    changelog = "https://github.com/ol-iver/denonavr/releases/tag/${version}";
    license = with licenses; [ mit ];
    license = licenses.mit;
    maintainers = with maintainers; [ colemickens ];
  };
}