mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 09:01:22 +00:00
python-cryptography: update to 2.1.4, refresh patches
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
diff --git a/setup.py b/setup.py
|
||||
index b5c05df..a777dd7 100644
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -266,6 +266,7 @@ class DummyPyTest(test):
|
||||
@@ -235,6 +235,7 @@ class DummyPyTest(test):
|
||||
with open(os.path.join(base_dir, "README.rst")) as f:
|
||||
long_description = f.read()
|
||||
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
diff --git a/src/_cffi_src/openssl/ssl.py b/src/_cffi_src/openssl/ssl.py
|
||||
index 8bda4e0..aa81060 100644
|
||||
--- a/src/_cffi_src/openssl/ssl.py
|
||||
+++ b/src/_cffi_src/openssl/ssl.py
|
||||
@@ -595,9 +595,6 @@ static const long TLS_ST_OK = 0;
|
||||
@@ -597,9 +597,6 @@ static const long TLS_ST_OK = 0;
|
||||
|
||||
#if defined(OPENSSL_NO_DTLS) || CRYPTOGRAPHY_OPENSSL_LESS_THAN_102
|
||||
static const long Cryptography_HAS_GENERIC_DTLS_METHOD = 0;
|
||||
|
||||
Reference in New Issue
Block a user