Skip to content

Commit

Permalink
Mark all alternate Python packages as unwanted
Browse files Browse the repository at this point in the history
Related to minimization#162
  • Loading branch information
hroncok committed Aug 10, 2020
1 parent f13985e commit 728dae1
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions configs/sst_cs_apps-unwanted-python3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,21 @@ data:
maintainer: sst_cs_apps

unwanted_packages:
# Python 3.6 is quickly becoming obsolete, and might presumably
# be pulled into a RHEL-like environment.
# The "other" Python versions might accidentally be pulled in by not yet rebuilt packages
# They are also Recommended by tox and hence pulled in as weak dependencies
- python3.5
- python3.6

# The older Python version might accidentally be pulled in by not yet rebuilt packages
- python3.7
- python3.8
- pypy
- pypy-devel
- pypy-libs
- pypy2
- pypy2-devel
- pypy2-libs
- pypy3
- pypy3-devel
- pypy3-libs

# Python Maint prefers the standard library venv module
- python3-virtualenv
Expand Down

0 comments on commit 728dae1

Please sign in to comment.