Commit 8c8a91dd authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.velbus-aio: refactor

parent fd0f17ff
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,17 +18,17 @@ buildPythonPackage rec {

  src = fetchFromGitHub {
    owner = "Cereal2nd";
    repo = pname;
    repo = "velbus-aio";
    rev = "refs/tags/${version}";
    hash = "sha256-wYcASRmUxVdUpfKlNIteQlHw3ZaYxZ7VenKtaju1yTE=";
    fetchSubmodules = true;
  };

  nativeBuildInputs = [
  build-system = [
    setuptools
  ];

  propagatedBuildInputs = [
  dependencies = [
    backoff
    pyserial
    pyserial-asyncio