diff options
| author | Artem Goncharov <Artem.goncharov@gmail.com> | 2020-09-10 18:39:54 +0200 |
|---|---|---|
| committer | Artem Goncharov <Artem.goncharov@gmail.com> | 2020-09-11 10:25:56 +0200 |
| commit | 99b5adf9c65d3cd2e2aa8c40c08a478fae0a49f3 (patch) | |
| tree | 7c8f1e5b2828d6a59f06c184b447e777b7202833 | |
| parent | 15d0bfc185fb036e584e6082ef2045ab6e5add41 (diff) | |
| download | python-openstackclient-99b5adf9c65d3cd2e2aa8c40c08a478fae0a49f3.tar.gz | |
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
| -rw-r--r-- | bindep.txt | 1 | ||||
| -rw-r--r-- | lower-constraints.txt | 4 |
2 files changed, 2 insertions, 3 deletions
@@ -5,7 +5,6 @@ gcc [compile test] libc6-dev [compile test platform:dpkg] libffi-devel [platform:rpm] libffi-dev [compile test platform:dpkg] -libffi6 [platform:dpkg] libssl-dev [compile test platform:dpkg] python3-dev [compile test platform:dpkg] python3-devel [compile test platform:rpm] diff --git a/lower-constraints.txt b/lower-constraints.txt index 0a453dae..403ba4e0 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -4,7 +4,7 @@ appdirs==1.3.0 asn1crypto==0.23.0 bandit==1.1.0 cachetools==2.0.0 -cffi==1.7.0 +cffi==1.14.0 cliff==2.8.0 cmd2==0.8.0 contextlib2==0.4.0 @@ -28,7 +28,7 @@ futurist==2.1.0 gitdb==0.6.4 GitPython==1.0.1 gnocchiclient==3.3.1 -greenlet==0.4.10 +greenlet==0.4.15 hacking==2.0.0 httplib2==0.9.1 idna==2.6 |
