Skip to content

Commit

Permalink
Revert "python-requests2: use system-wide CA bundle"
Browse files Browse the repository at this point in the history
This reverts commit 768c970.
Moved to staging, as it causes ~16k rebuilds.
  • Loading branch information
vcunat committed Feb 9, 2017
1 parent 7439fe0 commit 4d18d3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 45 deletions.

This file was deleted.

4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22082,6 +22082,7 @@ in {
};
};


requests = buildPythonPackage rec {
name = "requests-1.2.3";
disabled = !pythonOlder "3.4";
Expand All @@ -22097,6 +22098,7 @@ in {
};
};


requests2 = buildPythonPackage rec {
name = "requests-${version}";
version = "2.13.0";
Expand All @@ -22106,8 +22108,6 @@ in {
sha256 = "5722cd09762faa01276230270ff16af7acf7c5c45d623868d9ba116f15791ce8";
};

patches = [../development/python-modules/requests/0001-requests-certs.py-use-system-wide-cert-bundle-from-N.patch];

nativeBuildInputs = [ self.pytest ];
# sadly, tests require networking
doCheck = false;
Expand Down

0 comments on commit 4d18d3b

Please sign in to comment.