1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/python-josepy/no-install-deps.patch
3 # Copyright (C) 2024 The T2 SDE Project
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 Prevent it from downloading stuff from the internet.
16 --- josepy-1.13.0/setup.py.vanilla 2024-01-07 17:13:49.965440977 +0100
17 +++ josepy-1.13.0/setup.py 2024-01-07 17:14:00.583115929 +0100
20 # Please update tox.ini when modifying dependency version requirements
22 - # load_pem_private/public_key (>=0.6)
23 - # rsa_recover_prime_factors (>=0.8)
24 - # add sign() and verify() to asymetric keys (RSA >=1.4, ECDSA >=1.5)
25 - 'cryptography>=1.5',
26 - # Connection.set_tlsext_host_name (>=0.13)
28 - # For pkg_resources. >=1.0 so pip resolves it to a version cryptography
29 - # will tolerate; see #2599: