Skip to content

Commit 9e448cd

Browse files
Let it buid for RHEL-9 again (#1095)
1 parent c897007 commit 9e448cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atlassian/rest_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import requests
66

77
try:
8-
from oauthlib.oauth1 import SIGNATURE_RSA_SHA512 as SIGNATURE_RSA
8+
from oauthlib.oauth1.rfc5849 import SIGNATURE_RSA_SHA512 as SIGNATURE_RSA
99
except ImportError:
1010
from oauthlib.oauth1 import SIGNATURE_RSA
1111
from requests import HTTPError

0 commit comments

Comments
 (0)