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

Avoid more unwanted python deps and rawhide mythes packages #1289

Merged
merged 2 commits into from
Sep 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions configs/eln_extras_libreoffice.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ data:
- libreoffice-gtk3
- libreoffice-kf6
- libreoffice-x11
# langpacks
# langpacks (those with missing deps are commented out)
- libreoffice-langpack-af
- libreoffice-langpack-ar
- libreoffice-langpack-as
Expand Down Expand Up @@ -62,13 +62,13 @@ data:
- libreoffice-langpack-kn
- libreoffice-langpack-ko
- libreoffice-langpack-lt
- libreoffice-langpack-lv
# - libreoffice-langpack-lv
- libreoffice-langpack-mai
- libreoffice-langpack-ml
- libreoffice-langpack-mr
- libreoffice-langpack-nb
# - libreoffice-langpack-nb
- libreoffice-langpack-nl
- libreoffice-langpack-nn
# - libreoffice-langpack-nn
- libreoffice-langpack-nr
- libreoffice-langpack-nso
- libreoffice-langpack-or
Expand Down
2 changes: 2 additions & 0 deletions configs/repository-fedora-eln.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,12 @@ data:
- python3-etcd
- python3-hypothesis
- python3-ipython
- python3-myst-parser
- python3-pillow
- python3-pytest-cov
- python3-pytest-flakes
- python3-pytest-mock
- python3-pytest-randomly
- python3-pytest-xdist
- python3-recommonmark
- python3-tox-current-env
Expand Down