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

python313Packages.pyosohotwaterapi: clean-up

parent 933a2dd0
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
  fetchFromGitHub,
  loguru,
  numpy,
  pythonOlder,
  setuptools,
  unasync,
  urllib3,
@@ -16,8 +15,6 @@ buildPythonPackage rec {
  version = "1.2.0";
  pyproject = true;

  disabled = pythonOlder "3.10";

  src = fetchFromGitHub {
    owner = "osohotwateriot";
    repo = "apyosohotwaterapi";
@@ -25,9 +22,6 @@ buildPythonPackage rec {
    hash = "sha256-GFjA1RtJC2bxSoH2TIZwEdSAvpteYBTbsS81hhp4Y3E=";
  };

  # https://github.com/osohotwateriot/apyosohotwaterapi/pull/3
  pythonRemoveDeps = [ "pre-commit" ];

  build-system = [
    setuptools
    unasync