diff options
author | Lennart Weller <lhw@ring0.de> | 2018-04-04 12:50:11 +0000 |
---|---|---|
committer | Lennart Weller <lhw@ring0.de> | 2018-04-04 12:50:11 +0000 |
commit | 69a215b069d57368b42872d782d17336ad49683e (patch) | |
tree | 0dd109c2b35eaa269edddd2decd1e49ba3360df6 | |
parent | also remove vendored urllib and add python3-six as depedency in turn (diff) | |
download | netdata-69a215b069d57368b42872d782d17336ad49683e.tar.xz netdata-69a215b069d57368b42872d782d17336ad49683e.zip |
ensure securetransport exists in urllib
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6d8b593f8..5b382ddb1 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Depends: adduser, netdata-data (=${source:Version}), python3, python3-six, - python3-urllib3, + python3-urllib3 (>= 1.22), python3-yaml, ${misc:Depends}, ${misc:Pre-Depends}, |