python313Packages.icmplib: remove unused dependencies (#487498)

This commit is contained in:
dotlambda
2026-02-06 16:42:18 +00:00
committed by GitHub
@@ -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" ];