mirror of
https://git.freebsd.org/ports.git
synced 2025-05-17 17:43:11 -04:00
11 lines
323 B
Python
11 lines
323 B
Python
--- __pkginfo__.py.orig 2023-10-17 13:25:55 UTC
|
|
+++ __pkginfo__.py
|
|
@@ -45,7 +45,7 @@ install_requires = [
|
|
"setuptools",
|
|
"mypy-extensions",
|
|
"typing_extensions",
|
|
- 'importlib_metadata>=6,<7; python_version < "3.10"',
|
|
+ 'importlib_metadata>=6; python_version < "3.10"',
|
|
]
|
|
tests_require = [
|
|
"pytz",
|