Skip to content

Commit 4839f30

Browse files
committed
Merge pull request influxdata#23 from bbinet/fix-debian-packaging
Fix debian packaging
2 parents 6953f09 + cdff252 commit 4839f30

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

debian/control

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,26 @@ Build-Depends: debhelper (>= 8),
99
dh-python,
1010
python-all,
1111
python-setuptools,
12-
python-requests,
13-
python-six,
12+
python-requests (>= 1.0.3),
1413
python-mock,
1514
python-nose,
1615
python3-all,
1716
python3-setuptools,
1817
python3-requests,
19-
python3-six,
2018
python3-mock,
2119
python3-nose
2220
Standards-Version: 3.9.5
2321

2422
Package: python-influxdb
2523
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)
2725
Description: Python client for InfluxDB
2826
.
2927
This is the Python 2 compatible package.
3028

3129
Package: python3-influxdb
3230
Architecture: all
33-
Depends: ${misc:Depends}, ${python3:Depends}, python3-six, python3-requests
31+
Depends: ${misc:Depends}, ${python3:Depends}, python3-requests
3432
Description: Python client for InfluxDB
3533
.
3634
This is the Python 3 compatible package.

0 commit comments

Comments
 (0)