python3Packages.ahocorapy: drop future dependency
This fixes the build on Python 3.13.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
future,
|
||||
lib,
|
||||
pytestCheckHook,
|
||||
setuptools,
|
||||
@@ -21,9 +20,7 @@ buildPythonPackage rec {
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
dependencies = [
|
||||
future
|
||||
];
|
||||
pythonRemoveDeps = [ "future" ];
|
||||
|
||||
pythonImportsCheck = [ "ahocorapy" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user