python3Packages.cattrs: propagate exceptiongroup for python<3.11
This commit is contained in:
parent
4a67b03684
commit
c2732c85e1
@ -2,6 +2,7 @@
|
|||||||
, attrs
|
, attrs
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
|
, exceptiongroup
|
||||||
, hypothesis
|
, hypothesis
|
||||||
, immutables
|
, immutables
|
||||||
, motor
|
, motor
|
||||||
@ -37,6 +38,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
attrs
|
attrs
|
||||||
|
] ++ lib.optionals (pythonOlder "3.11") [
|
||||||
|
exceptiongroup
|
||||||
] ++ lib.optionals (pythonOlder "3.7") [
|
] ++ lib.optionals (pythonOlder "3.7") [
|
||||||
typing-extensions
|
typing-extensions
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user