We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d90c6 commit 2eb30cdCopy full SHA for 2eb30cd
template/{% if nix %}overlay.nix{% endif %}.jinja
@@ -17,10 +17,6 @@ final: prev: {
17
buildInputs = old.buildInputs or [ ] ++ [ py-final.setuptools ];
18
});
19
20
- packaging = py-prev.packaging.overridePythonAttrs (old: {
21
- buildInputs = old.buildInputs or [ ] ++ [ py-final.flit-core ];
22
- });
23
-
24
pathspec = py-prev.pathspec.overridePythonAttrs (old: {
25
buildInputs = old.buildInputs or [ ] ++ [ py-final.flit-core ];
26
@@ -35,7 +31,6 @@ final: prev: {
35
31
py-final.hatchling
36
32
py-final.build
37
33
py-final.setuptools-scm
38
- py-final.setuptools
39
34
];
40
41
0 commit comments