-
Notifications
You must be signed in to change notification settings - Fork 59
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
python3 getting pulled in by crypto-policies #280
Comments
This is the case in f31 as well. |
The underlying reason is that |
and
|
I've been doing some digging. It looks like this package is composed of two parts:
I think it's probably worth investigating if we can get the latter split out into a subpackage and not include it, then support what the script is doing in FCCT. Something like:
Using the script is somewhat of an antipattern for FCOS since all it does is write/link configs. Thoughts? |
Filed a bug upstream about splitting out the package: https://bugzilla.redhat.com/show_bug.cgi?id=1755629 |
This is known to fail right now due to coreos/fedora-coreos-tracker#280.
This is known to fail right now due to coreos/fedora-coreos-tracker#280.
This is known to fail right now due to coreos/fedora-coreos-tracker#280.
This is known to fail right now due to coreos/fedora-coreos-tracker#280.
This is known to fail right now due to coreos/fedora-coreos-tracker#280.
We had been holding a release trying to get this in (so we didn't ship python3). We decided in the meeting today to go ahead and release while the work on this continues. |
I tested https://src.fedoraproject.org/rpms/crypto-policies/pull-request/6# with a scratch build and python3 is gone!
|
We're pulling from rawhide here as this is a brand new change and the maintainer is not comfortable sending it to F31 yet. See https://src.fedoraproject.org/rpms/crypto-policies/pull-request/6#comment-35958 Fixes: coreos/fedora-coreos-tracker#280
We're pulling from rawhide here as this is a brand new change and the maintainer is not comfortable sending it to F31 yet. See https://src.fedoraproject.org/rpms/crypto-policies/pull-request/6#comment-35958 Fixes: coreos/fedora-coreos-tracker#280
This is fixed now: coreos/fedora-coreos-tracker#280
This is fixed now: coreos/fedora-coreos-tracker#280
This is fixed now: coreos/fedora-coreos-tracker#280
In rawhide right now we grew a dependency on python again:
Looks like we need to dig into why
crypto-policies
now requires python3.The text was updated successfully, but these errors were encountered: