diff options
Diffstat (limited to 'lang/python/python-cryptography/Makefile')
-rw-r--r-- | lang/python/python-cryptography/Makefile | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/lang/python/python-cryptography/Makefile b/lang/python/python-cryptography/Makefile index d7981d37d..8552903f5 100644 --- a/lang/python/python-cryptography/Makefile +++ b/lang/python/python-cryptography/Makefile @@ -20,12 +20,10 @@ PKG_MAINTAINER:=Jeffery To <jeffery.to@gmail.com>, Alexandru Ardelean <ardeleana PKG_BUILD_DEPENDS:=libffi/host -HOST_PYTHON_PACKAGE_BUILD_DEPENDS:="cffi>=1.8,!=1.11.3" HOST_PYTHON3_PACKAGE_BUILD_DEPENDS:="cffi>=1.8,!=1.11.3" include ../pypi.mk include $(INCLUDE_DIR)/package.mk -include ../python-package.mk include ../python3-package.mk define Package/python-cryptography/Default @@ -37,17 +35,6 @@ define Package/python-cryptography/Default DEPENDS:=+libopenssl endef -define Package/python-cryptography -$(call Package/python-cryptography/Default) - DEPENDS+= \ - +PACKAGE_python-cryptography:python \ - +PACKAGE_python-cryptography:python-cffi \ - +PACKAGE_python-cryptography:python-enum34 \ - +PACKAGE_python-cryptography:python-ipaddress \ - +PACKAGE_python-cryptography:python-six - VARIANT:=python -endef - define Package/python3-cryptography $(call Package/python-cryptography/Default) DEPENDS+= \ @@ -57,22 +44,14 @@ $(call Package/python-cryptography/Default) VARIANT:=python3 endef -define Package/python-cryptography/description +define Package/python3-cryptography/description cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". It supports Python 2.6-2.7, Python 3.3+, and PyPy 2.6+. -endef - -define Package/python3-cryptography/description -$(call Package/python-cryptography/description) . (Variant for Python3) endef -$(eval $(call PyPackage,python-cryptography)) -$(eval $(call BuildPackage,python-cryptography)) -$(eval $(call BuildPackage,python-cryptography-src)) - $(eval $(call Py3Package,python3-cryptography)) $(eval $(call BuildPackage,python3-cryptography)) $(eval $(call BuildPackage,python3-cryptography-src)) |