python311Packages.psycopg: Propagate typing-extensions unconditionally
Fixes: #224492
This commit is contained in:
parent
a001b446a2
commit
230939de78
@ -148,7 +148,6 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
psycopg-c
|
||||
] ++ lib.optionals (pythonOlder "3.11") [
|
||||
typing-extensions
|
||||
] ++ lib.optionals (pythonOlder "3.9") [
|
||||
backports-zoneinfo
|
||||
|
Loading…
Reference in New Issue
Block a user