about summary refs log tree commit diff
path: root/pkgs/by-name/ca
diff options
context:
space:
mode:
authorkirillrdy <kirillrdy@gmail.com>2024-05-29 13:50:09 +1000
committerGitHub <noreply@github.com>2024-05-29 13:50:09 +1000
commitcb34f1987c8f903629c3e39290af70d68ce8695c (patch)
tree0aec3643fe98a41205fa10e4dfd128bf7429edc1 /pkgs/by-name/ca
parentad57eef4ef0659193044870c731987a6df5cf56b (diff)
parentedb38f40835f13e969170381d0ac37dddd32f61e (diff)
Merge pull request #308349 from TheRealKeto/castero/propagate/pysocks
castero: propagate requests[socks]
Diffstat (limited to 'pkgs/by-name/ca')
-rw-r--r--pkgs/by-name/ca/castero/package.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/by-name/ca/castero/package.nix b/pkgs/by-name/ca/castero/package.nix
index 6359c5c69536c..0b9f727dda921 100644
--- a/pkgs/by-name/ca/castero/package.nix
+++ b/pkgs/by-name/ca/castero/package.nix
@@ -15,8 +15,7 @@ python3.pkgs.buildPythonApplication rec {
     hash = "sha256-6/7oCKBMEcQeJ8PaFP15Xef9sQRYCpigtzINv2M6GUY=";
   };
 
-  nativeBuildInputs = with python3.pkgs; [
-    setuptools
+  build-system = with python3.pkgs; [
     wheel
   ];
 
@@ -29,7 +28,7 @@ python3.pkgs.buildPythonApplication rec {
     lxml
     mpv
     python-vlc
-  ];
+  ] ++ requests.optional-dependencies.socks;
 
   nativeCheckInputs = with python3.pkgs; [
     pytestCheckHook