mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 09:41:39 -05:00
overrides/matplotlib: only add setuptools-scm-git-archive for older versions
This commit is contained in:
parent
528d500ea8
commit
9222db92b2
1 changed files with 1 additions and 0 deletions
|
@ -1452,6 +1452,7 @@ lib.composeManyExtensions [
|
|||
pkg-config
|
||||
] ++ lib.optionals (lib.versionAtLeast super.matplotlib.version "3.5.0") [
|
||||
self.setuptools-scm
|
||||
] ++ lib.optionals (lib.versionOlder super.matplotlib.version "3.6.0") [
|
||||
self.setuptools-scm-git-archive
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue