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