ceph: remove superfluous pythonOlder
This commit is contained in:
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user