Merge #254548: python3Packages.pyopenssl: fix postPatch

...into staging
This commit is contained in:
Vladimír Čunát 2023-10-26 10:19:10 +02:00
commit 192c248e6d
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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 = [