treewide: remove superfluous pythonOlder "3.5" (#479906)

This commit is contained in:
Yohann Boniface
2026-01-14 02:14:38 +00:00
committed by GitHub
4 changed files with 0 additions and 17 deletions
-2
View File
@@ -9,8 +9,6 @@ python3Packages.buildPythonApplication rec {
version = "1.3.4";
pyproject = true;
disabled = python3Packages.pythonOlder "3.5";
src = fetchFromGitHub {
owner = "buildinspace";
repo = "peru";
@@ -3,9 +3,6 @@
buildPythonPackage,
fetchPypi,
six,
pythonOlder,
scandir ? null,
typing,
}:
buildPythonPackage rec {
@@ -20,10 +17,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [
six
]
++ lib.optionals (pythonOlder "3.5") [
scandir
typing
];
meta = {
@@ -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 ];
}
@@ -12,7 +12,6 @@
cryptography,
doxygen,
gettext,
pythonOlder,
}:
buildPythonPackage rec {
@@ -27,8 +26,6 @@ buildPythonPackage rec {
hash = "sha256-SE9xqrloPXIRTJiiqUdRKFmb4c0OjmJK5CMn6VXMFmk=";
};
disabled = pythonOlder "3.5.0";
buildInputs = [
python
gettext