python3Packages.rsa: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-14 12:15:21 +01:00
parent 44c753342c
commit 9680908836
@@ -5,7 +5,6 @@
poetry-core,
pyasn1,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
@@ -20,10 +19,6 @@ buildPythonPackage rec {
hash = "sha256-PwaRe+ICy0UoguXSMSh3PFl5R+YAhJwNdNN9isadlJY=";
};
preConfigure = lib.optionalString (pythonOlder "3.7") ''
substituteInPlace setup.py --replace "open('README.md')" "open('README.md',encoding='utf-8')"
'';
nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = [ pyasn1 ];