Skip to content

Commit 2eb30cd

Browse files
committed
Update poetry2nix overrides
1 parent 02d90c6 commit 2eb30cd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

template/{% if nix %}overlay.nix{% endif %}.jinja

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ final: prev: {
1717
buildInputs = old.buildInputs or [ ] ++ [ py-final.setuptools ];
1818
});
1919

20-
packaging = py-prev.packaging.overridePythonAttrs (old: {
21-
buildInputs = old.buildInputs or [ ] ++ [ py-final.flit-core ];
22-
});
23-
2420
pathspec = py-prev.pathspec.overridePythonAttrs (old: {
2521
buildInputs = old.buildInputs or [ ] ++ [ py-final.flit-core ];
2622
});
@@ -35,7 +31,6 @@ final: prev: {
3531
py-final.hatchling
3632
py-final.build
3733
py-final.setuptools-scm
38-
py-final.setuptools
3934
];
4035
});
4136

0 commit comments

Comments
 (0)