* added support to Emerge -repository w/ repo/*
[t2sde.git] / package / python / python-josepy / no-install-deps.patch
blob41e5dd362fa16b447a727360d09dd877365c5ee8
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/python-josepy/no-install-deps.patch
3 # Copyright (C) 2024 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
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
18 @@ -6,15 +6,6 @@
20 # Please update tox.ini when modifying dependency version requirements
21 install_requires = [
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)
27 - 'PyOpenSSL>=0.13',
28 - # For pkg_resources. >=1.0 so pip resolves it to a version cryptography
29 - # will tolerate; see #2599:
30 - 'setuptools>=1.0',
33 testing_requires = [