Skip to content

Commit c332790

Browse files
committed
Add osdeps handling for python2 and python3
1 parent 8998205 commit c332790

File tree

3 files changed

+46
-23
lines changed

3 files changed

+46
-23
lines changed

libs.osdeps

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +0,0 @@
1-
python:
2-
debian, ubuntu: [python]
3-
4-
python-numpy:
5-
debian, ubuntu: [python-numpy]
6-
7-
python-scipy:
8-
debian, ubuntu: [python-scipy]
9-
10-
python-matplotlib:
11-
debian, ubuntu: [python-matplotlib]
12-
13-
python-sklearn:
14-
debian, ubuntu: [python-sklearn]
15-
16-
python-nose:
17-
debian, ubuntu: [python-nose]
18-
19-
python-dev:
20-
debian, ubuntu: [python-dev]
21-
22-
cython:
23-
debian, ubuntu: [cython]

libs.osdeps-python2

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
python:
2+
debian, ubuntu: [python]
3+
4+
python-numpy:
5+
debian, ubuntu: [python-numpy]
6+
7+
python-scipy:
8+
debian, ubuntu: [python-scipy]
9+
10+
python-matplotlib:
11+
debian, ubuntu: [python-matplotlib]
12+
13+
python-sklearn:
14+
debian, ubuntu: [python-sklearn]
15+
16+
python-nose:
17+
debian, ubuntu: [python-nose]
18+
19+
python-dev:
20+
debian, ubuntu: [python-dev]
21+
22+
cython:
23+
debian, ubuntu: [cython]

libs.osdeps-python3

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
python:
2+
debian, ubuntu: [python3]
3+
4+
python-numpy:
5+
debian, ubuntu: [python3-numpy]
6+
7+
python-scipy:
8+
debian, ubuntu: [python3-scipy]
9+
10+
python-matplotlib:
11+
debian, ubuntu: [python3-matplotlib]
12+
13+
python-sklearn:
14+
debian, ubuntu: [python3-sklearn]
15+
16+
python-nose:
17+
debian, ubuntu: [python3-nose]
18+
19+
python-dev:
20+
debian, ubuntu: [python3-dev]
21+
22+
cython:
23+
debian, ubuntu: [cython3]

0 commit comments

Comments
 (0)