python3Packages.mockupdb: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 10:31:51 +01:00
parent c12e158c61
commit 8ee22e3aac
@@ -4,7 +4,6 @@
fetchPypi,
pymongo,
pythonAtLeast,
pythonOlder,
pytestCheckHook,
}:
@@ -14,7 +13,7 @@ buildPythonPackage rec {
format = "setuptools";
# use the removed ssl.wrap_socket function
disabled = pythonOlder "3.9" || pythonAtLeast "3.12";
disabled = pythonAtLeast "3.12";
src = fetchPypi {
inherit pname version;