summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2016-05-23 21:03:52 +0200
committerHelmut Grohne <helmut@subdivi.de>2016-05-23 21:03:52 +0200
commitad65a01073bce55948ce4b45381ee6941b5046b2 (patch)
treef85e8dadc83913823db1ec303265b4d4c8ef3631 /README
parent2f12a6e2f42673cc2b9cceec33821ce589204fd1 (diff)
downloaddebian-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--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index bf4da52..5329bd8 100644
--- a/README
+++ b/README
@@ -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
-----------------