mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2024-12-23 19:32:29 -06:00
fix requirements issues
we don't actually need asn1crypto so I just commented out the code that imported it
This commit is contained in:
parent
cbe553d369
commit
a9b84c7dbf
2 changed files with 4 additions and 3 deletions
|
@ -27,8 +27,8 @@ from struct import unpack
|
|||
from uuid import UUID
|
||||
from typing import Any
|
||||
|
||||
from asn1crypto.cms import ContentInfo
|
||||
from asn1crypto.x509 import DirectoryString
|
||||
#from asn1crypto.cms import ContentInfo
|
||||
#from asn1crypto.x509 import DirectoryString
|
||||
from plistlib import loads
|
||||
|
||||
#import mdictionary as mdictionary
|
||||
|
@ -1062,6 +1062,7 @@ class Parser():
|
|||
|
||||
def parse_certs(self, sig_offset, index_offset):
|
||||
"""Parse X509 certificates out of code signature."""
|
||||
raise NotImplementedError('REMOVED')
|
||||
|
||||
prev = self.__file.tell()
|
||||
|
||||
|
|
|
@ -5,4 +5,4 @@ srp
|
|||
pbkdf2
|
||||
unicorn
|
||||
rich
|
||||
prompt_toolkit
|
||||
trio
|
Loading…
Reference in a new issue