Skip to content

Commit accba55

Browse files
committed
update deb packaging for requirement requests>=1.0.3
this is required because influxdb-python uses response.json() api (json was not callable before requests version < 1.0.3)
1 parent 6350053 commit accba55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Standards-Version: 3.9.5
2323

2424
Package: python-influxdb
2525
Architecture: all
26-
Depends: ${misc:Depends}, ${python:Depends}, python-six, python-requests
26+
Depends: ${misc:Depends}, ${python:Depends}, python-six, python-requests (>= 1.0.3)
2727
Description: Python client for InfluxDB
2828
.
2929
This is the Python 2 compatible package.

0 commit comments

Comments
 (0)