Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fallback to import cryptodome if crypto is missing #23481

Open
wader opened this issue Dec 22, 2019 · 0 comments
Open

Fallback to import cryptodome if crypto is missing #23481

wader opened this issue Dec 22, 2019 · 0 comments
Labels

Comments

@wader
Copy link
Contributor

@wader wader commented Dec 22, 2019

Checklist

  • I'm asking a question
  • I've looked through the README and FAQ for similar questions
  • I've searched the bugtracker for similar questions including closed ones

Question

Hello, part of updating a project that uses youtube-dl to alpine 3.11 i noticed that alpine have removed the py-crypto package. Recommendation seems to be to use cryptodome package instead. So to my queston: would it make sense to make youtube-dl fallback to cryptodome if crypto is missing? the only instance of this i can find is

from Crypto.Cipher import AES

@wader wader added the question label Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.