python312Packages.oscrypto: fix build
This commit is contained in:
parent
8fdc715b1b
commit
fca9141148
1 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
, asn1crypto
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, openssl
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
|
@ -24,6 +25,12 @@ buildPythonPackage rec {
|
|||
|
||||
patches = [
|
||||
./support-openssl-3.0.10.patch
|
||||
|
||||
(fetchpatch {
|
||||
# backport removal of imp module usage
|
||||
url = "https://github.com/wbond/oscrypto/commit/3865f5d528740aa1205d16ddbee84c5b48aeb078.patch";
|
||||
hash = "sha256-lQGoPM7EicwCPWapEDkqWEqMqXk4tijiImxndcDFqY4=";
|
||||
})
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue