File tree 1 file changed +3
-5
lines changed 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -9,28 +9,26 @@ Build-Depends: debhelper (>= 8),
9
9
dh-python,
10
10
python-all,
11
11
python-setuptools,
12
- python-requests,
13
- python-six,
12
+ python-requests (>= 1.0.3),
14
13
python-mock,
15
14
python-nose,
16
15
python3-all,
17
16
python3-setuptools,
18
17
python3-requests,
19
- python3-six,
20
18
python3-mock,
21
19
python3-nose
22
20
Standards-Version: 3.9.5
23
21
24
22
Package: python-influxdb
25
23
Architecture: all
26
- Depends: ${misc:Depends}, ${python:Depends}, python-six, python- requests (>= 1.0.3)
24
+ Depends: ${misc:Depends}, ${python:Depends}, python-requests (>= 1.0.3)
27
25
Description: Python client for InfluxDB
28
26
.
29
27
This is the Python 2 compatible package.
30
28
31
29
Package: python3-influxdb
32
30
Architecture: all
33
- Depends: ${misc:Depends}, ${python3:Depends}, python3-six, python3- requests
31
+ Depends: ${misc:Depends}, ${python3:Depends}, python3-requests
34
32
Description: Python client for InfluxDB
35
33
.
36
34
This is the Python 3 compatible package.
You can’t perform that action at this time.
0 commit comments