Skip to content

Commit a771960

Browse files
committed
lib.graalpython: add SecretStorage-3.3.1.patch
1 parent c17d029 commit a771960

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/setup.cfg b/setup.cfg
2+
index b53f078..5c9d86e 100644
3+
--- a/setup.cfg
4+
+++ b/setup.cfg
5+
@@ -25,7 +25,7 @@ platforms = Linux
6+
[options]
7+
packages = secretstorage
8+
python_requires = >=3.6
9+
-install_requires = cryptography>=2.0; jeepney>=0.6
10+
+install_requires = cryptography==3.4.7; jeepney>=0.6
11+
12+
[options.package_data]
13+
secretstorage = py.typed

0 commit comments

Comments
 (0)