python313Packages.python-fx: remove future (#432227)
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
dacite,
|
||||
decorator,
|
||||
fetchFromGitHub,
|
||||
future,
|
||||
first,
|
||||
jsonpath-ng,
|
||||
loguru,
|
||||
@@ -54,14 +53,13 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [ antlr4 ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
antlr4-python3-runtime
|
||||
asciimatics
|
||||
click
|
||||
dacite
|
||||
decorator
|
||||
first
|
||||
future
|
||||
jsonpath-ng
|
||||
loguru
|
||||
overrides
|
||||
@@ -88,8 +86,8 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Module to view JSON in a TUI";
|
||||
homepage = "https://github.com/cielong/pyfx";
|
||||
changelog = "https://github.com/cielong/pyfx/releases/tag/v${version}";
|
||||
license = with licenses; [ mit ];
|
||||
changelog = "https://github.com/cielong/pyfx/releases/tag/${src.tag}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
mainProgram = "pyfx";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user