Skip to content

Commit 99b5adf

Browse files
committed
Fix gate due to switch to focal
In focal we do not have libffi6. cffi and greenlet versions in lower-contraints are too old. Change-Id: Iab3634039845adb649c7fd69d1812b405a61433c
1 parent 15d0bfc commit 99b5adf

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

bindep.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ gcc [compile test]
55
libc6-dev [compile test platform:dpkg]
66
libffi-devel [platform:rpm]
77
libffi-dev [compile test platform:dpkg]
8-
libffi6 [platform:dpkg]
98
libssl-dev [compile test platform:dpkg]
109
python3-dev [compile test platform:dpkg]
1110
python3-devel [compile test platform:rpm]

lower-constraints.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ appdirs==1.3.0
44
asn1crypto==0.23.0
55
bandit==1.1.0
66
cachetools==2.0.0
7-
cffi==1.7.0
7+
cffi==1.14.0
88
cliff==2.8.0
99
cmd2==0.8.0
1010
contextlib2==0.4.0
@@ -28,7 +28,7 @@ futurist==2.1.0
2828
gitdb==0.6.4
2929
GitPython==1.0.1
3030
gnocchiclient==3.3.1
31-
greenlet==0.4.10
31+
greenlet==0.4.15
3232
hacking==2.0.0
3333
httplib2==0.9.1
3434
idna==2.6

0 commit comments

Comments
 (0)