mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
python3-pytz_deprecation_shim: depends on tzdata
This commit is contained in:
parent
8d75a45e16
commit
d076ad71a0
2 changed files with 2 additions and 12 deletions
|
@ -1,10 +0,0 @@
|
|||
--- a/setup.cfg
|
||||
+++ b/setup.cfg
|
||||
@@ -33,7 +33,6 @@ packages = pytz_deprecation_shim
|
||||
install_requires =
|
||||
backports.zoneinfo;python_version>="3.6" and python_version<"3.9"
|
||||
python-dateutil;python_version<"3.6"
|
||||
- tzdata;python_version>="3.6"
|
||||
python_requires = >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
|
||||
package_dir =
|
||||
=src
|
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'python3-pytz_deprecation_shim'
|
||||
pkgname=python3-pytz_deprecation_shim
|
||||
version=0.1.0
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-wheel"
|
||||
depends="python3"
|
||||
depends="python3 tzdata"
|
||||
checkdepends="python3-pytz python3-attrs python3-hypothesis python3-pytest-xdist"
|
||||
short_desc="Shims to make deprecation of pytz easier"
|
||||
maintainer="icp <pangolin@vivaldi.net>"
|
||||
|
|
Loading…
Add table
Reference in a new issue