Skip to content

Commit

Permalink
Merge pull request #1312 from doronz88/bugfix/opack-executable
Browse files Browse the repository at this point in the history
requirements: replace `opack` with `opack2`
  • Loading branch information
doronz88 authored Dec 15, 2024
2 parents 56526ed + 43483c0 commit a3df423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pymobiledevice3/remote/tunnel_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from cryptography.hazmat.primitives.asymmetric.x25519 import X25519PrivateKey, X25519PublicKey
from cryptography.hazmat.primitives.ciphers.aead import ChaCha20Poly1305
from cryptography.hazmat.primitives.kdf.hkdf import HKDF
from opack import dumps
from opack2 import dumps
from packaging.version import Version
from pytun_pmd3 import TunTapDevice
from qh3.asyncio import QuicConnectionProtocol
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ hyperframe
srptools
qh3>=1.0.0,<2
developer_disk_image>=0.0.2
opack
opack2
psutil
pytun-pmd3>=2.0.9
aiofiles
Expand Down

0 comments on commit a3df423

Please sign in to comment.