Browse Source

Add missing python dependencies

Alois Mahdal 6 years ago
parent
commit
f35b74d70d
2 changed files with 10 additions and 0 deletions
  1. 6
    0
      packaging/debian/control
  2. 4
    0
      packaging/template.spec

+ 6
- 0
packaging/debian/control View File

6
 Standards-Version: 3.9.2
6
 Standards-Version: 3.9.2
7
 Build-Depends:
7
 Build-Depends:
8
  debhelper (>= 9),
8
  debhelper (>= 9),
9
+ python,
10
+ libpython2.7-minimal,
11
+ libpython2.7-stdlib,
9
  shellfu (>= 0.10),
12
  shellfu (>= 0.10),
10
  shellfu-bash,
13
  shellfu-bash,
11
  shellfu-bash-pretty,
14
  shellfu-bash-pretty,
13
 Package: __MKIT_PROJ_PKGNAME__
16
 Package: __MKIT_PROJ_PKGNAME__
14
 Architecture: all
17
 Architecture: all
15
 Depends:
18
 Depends:
19
+ python,
20
+ libpython2.7-minimal,
21
+ libpython2.7-stdlib,
16
  shellfu (>= 0.10),
22
  shellfu (>= 0.10),
17
  shellfu-bash,
23
  shellfu-bash,
18
  shellfu-bash-pretty,
24
  shellfu-bash-pretty,

+ 4
- 0
packaging/template.spec View File

9
 
9
 
10
 BuildArch:	noarch
10
 BuildArch:	noarch
11
 BuildRequires:	coreutils
11
 BuildRequires:	coreutils
12
+BuildRequires:	python
13
+BuildRequires:	python-libs
12
 BuildRequires:	shellfu => 0.10.0-1
14
 BuildRequires:	shellfu => 0.10.0-1
13
 BuildRequires:	shellfu-bash-pretty
15
 BuildRequires:	shellfu-bash-pretty
16
+Requires:	python
17
+Requires:	python-libs
14
 Requires:	shellfu => 0.10.0-1
18
 Requires:	shellfu => 0.10.0-1
15
 Requires:	shellfu-bash
19
 Requires:	shellfu-bash
16
 Requires:	shellfu-bash-pretty
20
 Requires:	shellfu-bash-pretty