[Git][NTPsec/ntpsec][master] Explicitly install python-curses package on OpenSUSE

Matt Selsky gitlab at mg.gitlab.com
Fri Nov 30 20:02:34 UTC 2018


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
c433b80d by Matt Selsky at 2018-11-30T13:40:37Z
Explicitly install python-curses package on OpenSUSE

- - - - -


2 changed files:

- .gitlab-ci.yml
- buildprep


Changes:

=====================================
.gitlab-ci.yml
=====================================
@@ -408,7 +408,7 @@ openSUSE-leap-basic:
   <<: *job_definition
   image: opensuse/leap
   script:
-    - zypper -n install bison gcc libopenssl-devel libcap-devel pps-tools-devel python-devel
+    - zypper -n install bison gcc libopenssl-devel libcap-devel pps-tools-devel python-devel python-curses
     - python ./waf configure build
   tags:
     - gitlab-org
@@ -417,7 +417,7 @@ openSUSE-leap-refclocks:
   <<: *job_definition
   image: opensuse/leap
   script:
-    - zypper -n install bison gcc libopenssl-devel libcap-devel pps-tools-devel python-devel
+    - zypper -n install bison gcc libopenssl-devel libcap-devel pps-tools-devel python-devel python-curses
     - python ./waf configure --refclock=all build
   tags:
     - gitlab-org
@@ -427,7 +427,7 @@ openSUSE-tumbleweed-basic:
   image: opensuse/tumbleweed
   allow_failure: true
   script:
-    - zypper -n install bison gcc libopenssl-devel libcap-devel pps-tools-devel python-devel
+    - zypper -n install bison gcc libopenssl-devel libcap-devel pps-tools-devel python-devel python-curses
     - python ./waf configure build
   tags:
     - gitlab-org
@@ -437,7 +437,7 @@ openSUSE-tumbleweed-refclocks:
   image: opensuse/tumbleweed
   allow_failure: true
   script:
-    - zypper -n install bison gcc libopenssl-devel libcap-devel pps-tools-devel python-devel
+    - zypper -n install bison gcc libopenssl-devel libcap-devel pps-tools-devel python-devel python-curses
     - python ./waf configure --refclock=all build
   tags:
     - gitlab-org


=====================================
buildprep
=====================================
@@ -156,6 +156,7 @@ daemon () {
 	    $install libcap-devel libseccomp-devel 	# build
 	    $install openssl-devel			# build
 	    $install libcap2 openssl-libs
+	    $install python-curses
 	    ;;
 	zypper)
 	    $install -t pattern devel_basis		# Build environment
@@ -166,6 +167,7 @@ daemon () {
 	    $install pps-tools-devel			# build
 	    $install pps-tools
 	    $install libcap2 openssl-libs
+	    $install python-curses
 	    ;;
     esac
 }



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/c433b80d98a162b9e1731c04bb03824752eda200

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/c433b80d98a162b9e1731c04bb03824752eda200
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20181130/f0cb782a/attachment-0001.html>


More information about the vc mailing list