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

[build] Make secretstorage an optional dependency #8585

Merged
merged 2 commits into from Nov 15, 2023

Conversation

bashonly
Copy link
Member

@bashonly bashonly commented Nov 15, 2023

pip is failing to install yt-dlp 2023.11.14 on linux systems with CPython 3.11+ that do not have Rust installed, since PyPI does not provide pre-built py3.11+ wheels for cryptography (a dependency of secretstorage).

This partially reverts 9970d74, but we can continue to include secretstorage in the Linux builds, and aim to add it properly as an optional dependency after #8550 is complete.

Template

Before submitting a pull request make sure you have:

In order to be accepted and merged into yt-dlp each piece of code must be in public domain or released under Unlicense. Check all of the following options that apply:

  • I am the original author of this code and I am willing to release it under Unlicense
  • I am not the original author of this code but it is in public domain or released under Unlicense (provide reliable evidence)

What is the purpose of your pull request?

@bashonly bashonly added the docs/meta/cleanup related to docs, code cleanup, templates, devscripts etc label Nov 15, 2023
@bashonly bashonly merged commit 24f8278 into yt-dlp:master Nov 15, 2023
16 checks passed
freebsd-git pushed a commit to freebsd/freebsd-ports that referenced this pull request Nov 19, 2023
py-SecretStorage pulls a lot of dependencies for a small
optional feature in yt-dlp.

The upstream merged the PR that also makes SecretStorage optional:
yt-dlp/yt-dlp#8585

PR:		275196
Submitted by:	Helge Oldach <freebsd@oldach.net> (initial version)
netgate-git-updates pushed a commit to pfsense/FreeBSD-ports that referenced this pull request Nov 27, 2023
py-SecretStorage pulls a lot of dependencies for a small
optional feature in yt-dlp.

The upstream merged the PR that also makes SecretStorage optional:
yt-dlp/yt-dlp#8585

PR:		275196
Submitted by:	Helge Oldach <freebsd@oldach.net> (initial version)
aalsuwaidi pushed a commit to aalsuwaidi/yt-dlp that referenced this pull request Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs/meta/cleanup related to docs, code cleanup, templates, devscripts etc high-priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants