add setuptools to future

This commit is contained in:
Valentin Boettcher 2022-11-24 20:35:50 +01:00
parent 60c20c26ab
commit 26fb5a3a77
No known key found for this signature in database
GPG key ID: E034E12B7AF56ACE

View file

@ -24,6 +24,14 @@
)); ));
overrides = (self: super: { overrides = (self: super: {
future = super.future.overridePythonAttrs (
old: {
buildInputs = (old.buildInputs or [ ]) ++ [
self.setuptools
];
}
);
fcspline = super.fcspline.overridePythonAttrs ( fcspline = super.fcspline.overridePythonAttrs (
old: { old: {
buildInputs = (old.buildInputs or [ ]) ++ [ buildInputs = (old.buildInputs or [ ]) ++ [