diff options
author | ponce <matteo.bernardini@gmail.com> | 2012-08-23 13:08:54 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-23 15:49:27 -0500 |
commit | 983dacb39a79e6e905ad542795e7641a6a1bceb4 (patch) | |
tree | c16f31802b601c8fc3f0b1407d1441df4d7c8d2e /python/pydblite | |
parent | e342f517d89f9593e7218c4b448e1f17723d2f35 (diff) | |
download | slackbuilds-983dacb39a79e6e905ad542795e7641a6a1bceb4.tar.gz |
python/pydblite: Fixed dep information
Diffstat (limited to 'python/pydblite')
-rw-r--r-- | python/pydblite/README | 3 | ||||
-rw-r--r-- | python/pydblite/pydblite.info | 2 |
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" |