mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 10:14:09 +00:00
Merge #254548: python3Packages.pyopenssl: fix postPatch
...into staging
This commit is contained in:
commit
192c248e6d
@ -36,7 +36,7 @@ buildPythonPackage rec {
|
||||
|
||||
postPatch = ''
|
||||
# remove cryptography pin
|
||||
sed "/cryptography/ s/,<[0-9]*//g" setup.py
|
||||
sed -i "/cryptography/ s/,<[0-9]*//g" setup.py
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user