Commit 7e4a2e66 authored by Fabian Affolter's avatar Fabian Affolter Committed by github-actions[bot]
Browse files

python313Packages.flask-security: remove disabled

(cherry picked from commit 935a4d91)
parent 12721c86
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  pythonOlder,
  flit-core,

  # extras: babel
@@ -55,8 +54,6 @@ buildPythonPackage rec {
  version = "5.7.1";
  pyproject = true;

  disabled = pythonOlder "3.10";

  src = fetchFromGitHub {
    owner = "pallets-eco";
    repo = "flask-security";