From 64ca2f48dd2d04ef34604f5c9c3e969f0e87f6bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gutyina=20Gerg=C5=91?= Date: Wed, 14 Jan 2026 02:54:00 +0100 Subject: [PATCH] python3Packages.preprocess-cancellation: remove superfluous pythonOlder --- .../python-modules/preprocess-cancellation/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/development/python-modules/preprocess-cancellation/default.nix b/pkgs/development/python-modules/preprocess-cancellation/default.nix index 3c21dd84ec48..f19608992fe0 100644 --- a/pkgs/development/python-modules/preprocess-cancellation/default.nix +++ b/pkgs/development/python-modules/preprocess-cancellation/default.nix @@ -1,7 +1,6 @@ { lib, buildPythonPackage, - pythonOlder, fetchFromGitHub, poetry-core, shapely, @@ -11,7 +10,6 @@ buildPythonPackage rec { pname = "preprocess-cancellation"; version = "0.2.1"; - disabled = pythonOlder "3.6"; # >= 3.6 pyproject = true; # No tests in PyPI