From dbbc533111ecd06e1f33930337869efddde00765 Mon Sep 17 00:00:00 2001 From: Max Erenberg <> Date: Tue, 2 Nov 2021 00:21:56 -0400 Subject: [PATCH] add cryptography package to requirements.txt --- Makefile | 1 + VERSION.txt | 2 +- debian/changelog | 6 ++++++ debian/control | 1 + requirements.txt | 1 + 5 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6691905..dded41a 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ build: docs venv venv: python3 -m venv venv && \ . venv/bin/activate && \ + pip install --upgrade pip && \ pip install setuptools wheel && \ pip install -r requirements.txt && \ python setup.py install diff --git a/VERSION.txt b/VERSION.txt index 3eefcb9..7dea76e 100644 --- a/VERSION.txt +++ b/VERSION.txt @@ -1 +1 @@ -1.0.0 +1.0.1 diff --git a/debian/changelog b/debian/changelog index 22eb731..1dbee55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceo (1.0.1-buster1) buster; urgency=high + + * Add cryptography package to requirements.txt + + -- Max Erenberg Tue, 02 Nov 2021 04:19:25 +0000 + ceo (1.0.0-buster1) buster; urgency=high * Use new ceo with python3 diff --git a/debian/control b/debian/control index 1f7096c..7fda751 100644 --- a/debian/control +++ b/debian/control @@ -26,6 +26,7 @@ Package: ceo-common Architecture: amd64 Depends: python3 (>= 3.7), krb5-user (>= 1.17), + libffi6 | libffi7 | libffi8, libkrb5-3 (>= 1.17), libpq5 (>= 11.13), libfreetype6 (>= 2.2.1), diff --git a/requirements.txt b/requirements.txt index 64c495e..beebb2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ asciimatics==1.13.0 click==8.0.1 +cryptography==35.0.0 Flask==2.0.1 gssapi==1.6.14 gunicorn==20.1.0