summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/pydblite/README3
-rw-r--r--python/pydblite/pydblite.info2
2 files changed, 3 insertions, 2 deletions
diff --git a/python/pydblite/README b/python/pydblite/README
index 00a37b1a68..3b7ca0f493 100644
--- a/python/pydblite/README
+++ b/python/pydblite/README
@@ -5,4 +5,5 @@ list comprehensions as query language instead of SQL, which stores
data in a cPickled file.
You can also use PyDbLite with MySQL and SQLite, as backends.
-In order to use MySQL's adapter, you will need MySQL-python.
+In order to use MySQL's adapter, you will need the optional
+dependency MySQL-python.
diff --git a/python/pydblite/pydblite.info b/python/pydblite/pydblite.info
index 9218e398f8..f262cb27d0 100644
--- a/python/pydblite/pydblite.info
+++ b/python/pydblite/pydblite.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/pydblite/PyDbLite-2.7.zip"
MD5SUM="6d7d71a01ae5731a515ea3e6552cd843"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="MySQL-python"
+REQUIRES=""
MAINTAINER="LukenShiro"
EMAIL="lukenshiro@ngi.it"