From 9f69aaf4ae42251513aaf7fa453e5f00009e2988 Mon Sep 17 00:00:00 2001 From: Lauri Tirkkonen Date: Tue, 21 May 2019 11:46:40 +0000 Subject: [PATCH] python/cryptography: native 64-bit build --- components/python/cryptography/Makefile | 4 ++-- components/python/cryptography/cryptography-PYVER.p5m | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/components/python/cryptography/Makefile b/components/python/cryptography/Makefile index cd0065784..368eb3e34 100644 --- a/components/python/cryptography/Makefile +++ b/components/python/cryptography/Makefile @@ -19,8 +19,8 @@ include $(WS_MAKE_RULES)/prep.mk include $(WS_MAKE_RULES)/setup.py.mk include $(WS_MAKE_RULES)/ips.mk -build: $(BUILD_32_and_64) -install: $(INSTALL_32_and_64) +build: $(BUILD_64) +install: $(INSTALL_64) REQUIRED_PACKAGES += runtime/python-27 REQUIRED_PACKAGES += system/library diff --git a/components/python/cryptography/cryptography-PYVER.p5m b/components/python/cryptography/cryptography-PYVER.p5m index bf565cfc2..3689cc0c9 100644 --- a/components/python/cryptography/cryptography-PYVER.p5m +++ b/components/python/cryptography/cryptography-PYVER.p5m @@ -36,9 +36,6 @@ file path=usr/lib/python2.7/vendor-packages/cryptography/hazmat/backends/openssl file path=usr/lib/python2.7/vendor-packages/cryptography/hazmat/backends/openssl/utils.py file path=usr/lib/python2.7/vendor-packages/cryptography/hazmat/backends/openssl/x25519.py file path=usr/lib/python2.7/vendor-packages/cryptography/hazmat/backends/openssl/x509.py -file path=usr/lib/python2.7/vendor-packages/cryptography/hazmat/bindings/64/_constant_time.so -file path=usr/lib/python2.7/vendor-packages/cryptography/hazmat/bindings/64/_openssl.so -file path=usr/lib/python2.7/vendor-packages/cryptography/hazmat/bindings/64/_padding.so file path=usr/lib/python2.7/vendor-packages/cryptography/hazmat/bindings/__init__.py file path=usr/lib/python2.7/vendor-packages/cryptography/hazmat/bindings/_constant_time.so file path=usr/lib/python2.7/vendor-packages/cryptography/hazmat/bindings/_openssl.so -- 2.11.4.GIT