ports/databases/py-snowflake-connector-python/files/patch-setup.cfg
Po-Chuan Hsieh 8392d0e4e3
databases/py-snowflake-connector-python: Allow build with py-platformdirs 4.0.0+
- Bump PORTREVISION for package change

Obtained from:	1718a94804
2024-03-31 11:10:21 +08:00

13 lines
403 B
INI

Obtained from: https://github.com/snowflakedb/snowflake-connector-python/commit/1718a94804e1c737c2f7d7e52d6aafcd8ae3c506
--- setup.cfg.orig 2023-11-13 17:55:47 UTC
+++ setup.cfg
@@ -58,7 +58,7 @@ install_requires =
typing_extensions>=4.3,<5
filelock>=3.5,<4
sortedcontainers>=2.4.0
- platformdirs>=2.6.0,<4.0.0
+ platformdirs>=2.6.0,<5.0.0
tomlkit
include_package_data = True
package_dir =