Unverified Commit 762a3377 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python313Packages.icmplib: remove unused dependencies (#487498)

parents 1431fafa 2fcef50f
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -2,8 +2,6 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  pbr,
  requests,
}:

buildPythonPackage rec {
@@ -18,11 +16,6 @@ buildPythonPackage rec {
    hash = "sha256-PnBcGiUvftz/KYg9Qd2GaIcF3OW4lYH301uI5/M5CBI=";
  };

  propagatedBuildInputs = [
    pbr
    requests
  ];

  # Project has no tests
  doCheck = false;
  pythonImportsCheck = [ "icmplib" ];