Commit 2b900bc1 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

obs/slapos: don't depend on wget anymore

parent 91832477
Pipeline #37377 failed with stage
in 0 seconds
...@@ -19,7 +19,7 @@ Requirements ...@@ -19,7 +19,7 @@ Requirements
------------ ------------
- A computer - A computer
- Internet connection - Internet connection
- gcc, g++, make, patch, wget, python3, chrpath, osc, devscripts - gcc, g++, make, patch, python3, chrpath, osc, devscripts
- An account on OBS - An account on OBS
Documentation Documentation
......
...@@ -7,7 +7,7 @@ arch=('x86_64' 'i686') ...@@ -7,7 +7,7 @@ arch=('x86_64' 'i686')
url="http://www.slapos.org" url="http://www.slapos.org"
license=('GPL') license=('GPL')
depends=(iptables iproute2) depends=(iptables iproute2)
makedepends=(patch wget chrpath inetutils python3) makedepends=(patch chrpath inetutils python3)
install='slapos-node.install' install='slapos-node.install'
source=(sn_${pkgver}.tar.gz) source=(sn_${pkgver}.tar.gz)
md5sums=(%SOURCEMD5%) md5sums=(%SOURCEMD5%)
......
...@@ -6,7 +6,7 @@ Version: %VERSION%+%RECIPE_VERSION%+%RELEASE%-1 ...@@ -6,7 +6,7 @@ Version: %VERSION%+%RECIPE_VERSION%+%RELEASE%-1
Maintainer: Thomas Gambier <thomas.gambier@nexedi.com> Maintainer: Thomas Gambier <thomas.gambier@nexedi.com>
Homepage: http://slapos.nexedi.com Homepage: http://slapos.nexedi.com
Standards-Version: 3.9.2 Standards-Version: 3.9.2
Build-Depends: debhelper (>= 4.1.16), chrpath, po-debconf, wget, python3, python3-dev, libssl-dev, libffi-dev, liblzma-dev, libz-dev, libbz2-dev Build-Depends: debhelper (>= 4.1.16), chrpath, po-debconf, python3, python3-dev, libssl-dev, libffi-dev, liblzma-dev, libz-dev, libbz2-dev
Files: Files:
1c2803e4693c74042985d753c9c3ba53 73736102 %SLAPOS_DIRECTORY%.orig.tar.gz 1c2803e4693c74042985d753c9c3ba53 73736102 %SLAPOS_DIRECTORY%.orig.tar.gz
1c2803e4693c74042985d753c9c3ba53 6102 %SLAPOS_DIRECTORY%-1.diff.tar.gz 1c2803e4693c74042985d753c9c3ba53 6102 %SLAPOS_DIRECTORY%-1.diff.tar.gz
...@@ -47,7 +47,6 @@ Packager: Thomas Gambier <thomas.gambier@nexedi.com> ...@@ -47,7 +47,6 @@ Packager: Thomas Gambier <thomas.gambier@nexedi.com>
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: make BuildRequires: make
BuildRequires: patch BuildRequires: patch
BuildRequires: wget
BuildRequires: chrpath BuildRequires: chrpath
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: python3 BuildRequires: python3
...@@ -61,7 +60,6 @@ BuildRequires: (libbz2-devel or bzip2-devel) ...@@ -61,7 +60,6 @@ BuildRequires: (libbz2-devel or bzip2-devel)
Requires: gcc-c++ Requires: gcc-c++
Requires: make Requires: make
Requires: patch Requires: patch
Requires: wget
Requires: (lm_sensors or sensors) Requires: (lm_sensors or sensors)
AutoReqProv: no AutoReqProv: no
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment