Skip to content

Commit

Permalink
Merge pull request #12941 from jefferyto/python-cryptography-3.0
Browse files Browse the repository at this point in the history
python-cryptography: Update to 3.0
  • Loading branch information
neheb authored Jul 27, 2020
2 parents e7fa3d1 + b6eef2a commit f4d5f1f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 90 deletions.
11 changes: 7 additions & 4 deletions lang/python/python-cryptography/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=python-cryptography
PKG_VERSION:=2.9.2
PKG_RELEASE:=2
PKG_VERSION:=3.0
PKG_RELEASE:=1

PYPI_NAME:=cryptography
PKG_HASH:=a0c30272fb4ddda5f5ffc1089d7405b7a71b0b0f51993cb4e5dbb4590b2fc229
PKG_HASH:=8e924dbc025206e97756e8903039662aa58aa9ba357d8e1d8fc29e3092322053

PKG_LICENSE:=Apache-2.0 BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE.APACHE LICENSE.BSD
Expand All @@ -35,7 +35,10 @@ define Package/python3-cryptography
URL:=https://github.com/pyca/cryptography
DEPENDS:= \
+libopenssl \
+python3 \
+python3-light \
+python3-email \
+python3-openssl \
+python3-urllib \
+python3-cffi \
+python3-six
endef
Expand Down
41 changes: 0 additions & 41 deletions lang/python/python-cryptography/patches/010-remove-npn.patch

This file was deleted.

23 changes: 0 additions & 23 deletions lang/python/python-cryptography/patches/020-disable-npn.patch

This file was deleted.

22 changes: 0 additions & 22 deletions lang/python/python-cryptography/patches/030-remove-npn.patch

This file was deleted.

0 comments on commit f4d5f1f

Please sign in to comment.