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

+ 4
- 0
packaging/template.spec View File

@@ -9,8 +9,12 @@ Source0:	%{name}-%{version}.tar.gz
9 9
 
10 10
 BuildArch:	noarch
11 11
 BuildRequires:	coreutils
12
+BuildRequires:	python
13
+BuildRequires:	python-libs
12 14
 BuildRequires:	shellfu => 0.10.0-1
13 15
 BuildRequires:	shellfu-bash-pretty
16
+Requires:	python
17
+Requires:	python-libs
14 18
 Requires:	shellfu => 0.10.0-1
15 19
 Requires:	shellfu-bash
16 20
 Requires:	shellfu-bash-pretty