Skip to content

Commit 28839e6

Browse files
committed
remove pkgs.python3.future
the future python library doesn't exist in current nixpkgs version for python3.13. removing this allows us to compile without overriding nixpkgs version
1 parent 162823f commit 28839e6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

default.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ pkgs.python3.pkgs.buildPythonPackage rec {
1313
];
1414

1515
dependencies = with pkgs.python3.pkgs; [
16-
future
1716
jsonschema
1817
psutil
1918
];

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ name = "vmrunner"
1010
version = "0.16.0"
1111
description = "A qemu convenience wrapper for writing integration tests"
1212
dependencies = [
13-
"future",
1413
"jsonschema",
1514
"psutil",
1615
]

0 commit comments

Comments
 (0)