diff options
author | Helmut Grohne <helmut@subdivi.de> | 2016-05-23 21:03:52 +0200 |
---|---|---|
committer | Helmut Grohne <helmut@subdivi.de> | 2016-05-23 21:03:52 +0200 |
commit | ad65a01073bce55948ce4b45381ee6941b5046b2 (patch) | |
tree | f85e8dadc83913823db1ec303265b4d4c8ef3631 /README | |
parent | 2f12a6e2f42673cc2b9cceec33821ce589204fd1 (diff) | |
download | debian-dedup-ad65a01073bce55948ce4b45381ee6941b5046b2.tar.gz |
remove curl dependency
Teach importpkg how to download urls using urlopen and thus remove the
need for invoking curl.
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ Required packages ----------------- - aptitude install python python-debian python-lzma curl python-jinja2 python-werkzeug sqlite3 python-imaging python-yaml python-concurrent.futures python-pkg-resources + aptitude install python python-debian python-lzma python-jinja2 python-werkzeug sqlite3 python-imaging python-yaml python-concurrent.futures python-pkg-resources Create a database ----------------- |