summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2018-10-08 14:49:30 +0200
committerMatěj Cepl <mcepl@cepl.eu>2018-11-08 18:54:39 +0000
commit18d3b5c270ebc14e9827d18b4dcf33b191fde40f (patch)
tree278ac92f3a595a3c92ca73b3980a97af838728f3 /.gitlab-ci.yml
parent62e8afd840fd88958bd4b49f37838dda74073cfb (diff)
downloadm2crypto-18d3b5c270ebc14e9827d18b4dcf33b191fde40f.tar.gz
Fix openssl 1.1 devel installation.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b899515..a2d8dbe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -64,5 +64,5 @@ opensuse:
script:
- zypper refresh
- zypper install -y pattern:devel_rpm_build pattern:devel_C_C++ osc
- - zypper install -y swig python3-devel libopenssl1_1 libopenssl-devel python3-setuptools python3-Twisted
+ - zypper install -y swig python3-devel libopenssl-1_1-devel python3-service_identity python3-setuptools python3-Twisted
- python3 setup.py clean build test