python3Packages.remctl: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-14 02:42:50 +01:00
parent d225e86522
commit 9b319988ce
@@ -1,9 +1,6 @@
{
lib,
buildPythonPackage,
pythonOlder,
remctl-c, # remctl from pkgs, not from pythonPackages
typing,
}:
buildPythonPackage {
@@ -17,6 +14,4 @@ buildPythonPackage {
setSourceRoot = "sourceRoot=$(echo */python)";
buildInputs = [ remctl-c ];
propagatedBuildInputs = lib.optionals (pythonOlder "3.5") [ typing ];
}