Projet

Général

Profil

0002-debian-package-remove-test-dependencies-27940.patch

Emmanuel Cazenave, 13 novembre 2018 18:22

Télécharger (1,06 ko)

Voir les différences:

Subject: [PATCH 2/2] debian package: remove test dependencies (#27940)

 debian/control | 4 ----
 1 file changed, 4 deletions(-)
debian/control
5 5
Build-Depends: debhelper (>= 9),
6 6
               python-all (>= 2.6),
7 7
               python-crypto,
8
               python-pytest,
9 8
               python-requests,
10 9
               python-setuptools (>= 0.6b3),
11 10
               python-six,
12
               python-mock,
13 11
               python-tz,
14 12
               python3-all,
15 13
               python3-crypto,
16
               python3-pytest,
17 14
               python3-requests,
18 15
               python3-setuptools,
19 16
               python3-six,
20
               python3-mock,
21 17
               python3-tz
22 18
Standards-Version: 3.9.1
23 19
X-Python-Version: >= 2.7
24
-