Unverified Commit 0b44ff1c authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.ahocorapy: drop future dependency

This fixes the build on Python 3.13.
parent 8405a97c
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
{
  buildPythonPackage,
  fetchFromGitHub,
  future,
  lib,
  pytestCheckHook,
  setuptools,
@@ -21,9 +20,7 @@ buildPythonPackage rec {

  build-system = [ setuptools ];

  dependencies = [
    future
  ];
  pythonRemoveDeps = [ "future" ];

  pythonImportsCheck = [ "ahocorapy" ];