add setuptools to beartype

This commit is contained in:
Valentin Boettcher 2022-11-28 17:34:43 -05:00
parent 864c80d489
commit 09c67e6366
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: {
beartype = super.beartype.overridePythonAttrs (
old: {
buildInputs = (old.buildInputs or [ ]) ++ [
self.setuptools
];
}
);
future = super.future.overridePythonAttrs ( future = super.future.overridePythonAttrs (
old: { old: {
buildInputs = (old.buildInputs or [ ]) ++ [ buildInputs = (old.buildInputs or [ ]) ++ [