From cd8384670ef153abaf469b1431c2ef67688b788a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Sun, 18 Jan 2026 15:12:00 +0100 Subject: [PATCH] ceph: remove superfluous pythonOlder --- pkgs/by-name/ce/ceph/old-python-packages/cryptography.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/pkgs/by-name/ce/ceph/old-python-packages/cryptography.nix b/pkgs/by-name/ce/ceph/old-python-packages/cryptography.nix index 6e4713428d87..5afd24f0b573 100644 --- a/pkgs/by-name/ce/ceph/old-python-packages/cryptography.nix +++ b/pkgs/by-name/ce/ceph/old-python-packages/cryptography.nix @@ -11,16 +11,13 @@ rustc, setuptools-rust, openssl, - Security ? null, isPyPy, cffi, pkg-config, pytestCheckHook, pytest-subtests, - pythonOlder, pretend, libiconv, - libxcrypt, iso8601, py, pytz, @@ -90,8 +87,7 @@ buildPythonPackage rec { ] ++ lib.optionals stdenv.hostPlatform.isDarwin [ libiconv - ] - ++ lib.optionals (pythonOlder "3.9") [ libxcrypt ]; + ]; propagatedBuildInputs = lib.optionals (!isPyPy) [ cffi ];