mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-13 11:30:35 +08:00
python312Packages.python-openstackclient: add requests socks support
This commit is contained in:
@@ -59,7 +59,9 @@ buildPythonPackage rec {
|
||||
python-cinderclient
|
||||
python-keystoneclient
|
||||
requests
|
||||
];
|
||||
]
|
||||
# to support proxy envs like ALL_PROXY in requests
|
||||
++ requests.optional-dependencies.socks;
|
||||
|
||||
nativeCheckInputs = [
|
||||
ddt
|
||||
|
||||
Reference in New Issue
Block a user