Commit cf61b76a authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.certipy: remove disabled

parent 4e9e5835
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -5,7 +5,6 @@
  fetchPypi,
  flask,
  pytestCheckHook,
  pythonOlder,
  requests,
  setuptools-scm,
}:
@@ -15,8 +14,6 @@ buildPythonPackage rec {
  version = "0.2.2";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-/vHz2IGe4pxMZ3GRccmIMCgj3+C2z7tH0knzdICboF4=";