summaryrefslogtreecommitdiffstats
path: root/gis/OWSLib/pytz-not-required.patch
blob: 03471b2d4d63a113fc8b3f8f5ec8b17fd64bc422 (about) (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
python-pytz has been removed from Slackware -current because
not needed with Python 3.11
This patch prevents pip check from indicating the lack of
pytz as dependency required by OWSLib in -current
--- ./requirements.txt	2024-04-05 23:42:52.864498274 +0200
+++ ./requirements.txt	2024-04-05 23:43:13.322499915 +0200
@@ -1,6 +1,5 @@
 dataclasses; python_version < '3.7'
 lxml
 python-dateutil>=1.5
-pytz
 pyyaml
 requests>=1.0