Add python-dev dependency to SlapOS package.

parent 41016d01
...@@ -7,7 +7,8 @@ Build-Depends: debhelper (>= 4.1.16), ...@@ -7,7 +7,8 @@ Build-Depends: debhelper (>= 4.1.16),
po-debconf, po-debconf,
wget, wget,
python, python,
python-setuptools python-dev,
python-setuptools
Homepage: http://www.slapos.org Homepage: http://www.slapos.org
Package: slapos-node Package: slapos-node
......
...@@ -6,7 +6,7 @@ Version: %VERSION%+%RECIPE_VERSION%+%RELEASE%-1 ...@@ -6,7 +6,7 @@ Version: %VERSION%+%RECIPE_VERSION%+%RELEASE%-1
Maintainer: Arnaud Fontaine <arnaud.fontaine@nexedi.com> Maintainer: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
Homepage: http://www.slapos.org Homepage: http://www.slapos.org
Standards-Version: 3.9.2 Standards-Version: 3.9.2
Build-Depends: debhelper (>= 4.1.16), chrpath, po-debconf, wget, python, python-setuptools Build-Depends: debhelper (>= 4.1.16), chrpath, po-debconf, wget, python, python-dev, python-setuptools
Files: Files:
1c2803e4693c74042985d753c9c3ba53 73736102 slapos-node_%VERSION%+%RECIPE_VERSION%+%RELEASE%.orig.tar.gz 1c2803e4693c74042985d753c9c3ba53 73736102 slapos-node_%VERSION%+%RECIPE_VERSION%+%RELEASE%.orig.tar.gz
1c2803e4693c74042985d753c9c3ba53 6102 slapos-node_%VERSION%+%RECIPE_VERSION%+%RELEASE%-1.diff.tar.gz 1c2803e4693c74042985d753c9c3ba53 6102 slapos-node_%VERSION%+%RECIPE_VERSION%+%RELEASE%-1.diff.tar.gz
\ No newline at end of file
...@@ -44,11 +44,11 @@ Packager: Arnaud Fontaine <arnaud.fontaine@nexedi.com>, Cédric Le Ninivin <cedr ...@@ -44,11 +44,11 @@ Packager: Arnaud Fontaine <arnaud.fontaine@nexedi.com>, Cédric Le Ninivin <cedr
%if 0%{?suse_version} == 1210 %if 0%{?suse_version} == 1210
BuildRequires: gcc-c++, make, patch, wget, python, chrpath, python-distribute BuildRequires: gcc-c++, make, patch, wget, python, python-devel, chrpath, python-distribute
Requires: bridge-utils, python, gcc-c++, make, patch, wget, python-distribute, openvpn Requires: bridge-utils, python, gcc-c++, make, patch, wget, python-distribute, openvpn
%else %else
BuildRequires: gcc-c++, make, patch, wget, python, chrpath, python-setuptools BuildRequires: gcc-c++, make, patch, wget, python, python-devel, chrpath, python-setuptools
Requires: bridge-utils, python, gcc-c++, make, patch, wget, python-setuptools, openvpn Requires: bridge-utils, python, gcc-c++, make, patch, wget, python-setuptools, openvpn
%endif %endif
......
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