Skip to content

Commit

Permalink
Merge pull request minimization#480 from hroncok/pytz
Browse files Browse the repository at this point in the history
Python in RHEL 10+: pytz should be replaced by zoneinfo
  • Loading branch information
jwboyer committed Feb 10, 2021
2 parents 902a393 + 158f9c0 commit 0d57f68
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions configs/sst_cs_apps-unwanted-python3-eln.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
document: feedback-pipeline-unwanted
version: 1
data:
name: Unwanted Python 3 packages for ELN
description: Packages we do not want to ship for Python 3 in RHEL 10+
maintainer: sst_cs_apps

# See also sst_cs_apps-unwanted-python3.yaml, this only extends the set
unwanted_packages:
# zoneinfo is in the Python standard library (PEP 615), use that one instead
- python3-pytz

labels:
- eln

0 comments on commit 0d57f68

Please sign in to comment.