summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2013-04-16 09:27:35 +0200
committerTreeve Jelbert2013-04-16 09:27:35 +0200
commit6f56d5522b843aa96dc1e5c42eeaa5cee27816a8 (patch)
tree21b45f2dc7165e9555c2928499b58aa52c789088
parent70fc8ad33826768ec19615c86c63ec21e57fde44 (diff)
sqlalchemy - fix python3 depends
-rwxr-xr-xpython-pypi/sqlalchemy/DEPENDS2
-rw-r--r--python-pypi/sqlalchemy/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/python-pypi/sqlalchemy/DEPENDS b/python-pypi/sqlalchemy/DEPENDS
index 48128e7525..72a4f9d8e2 100755
--- a/python-pypi/sqlalchemy/DEPENDS
+++ b/python-pypi/sqlalchemy/DEPENDS
@@ -1,4 +1,4 @@
-depends python &&
+. $SECTION_DIRECTORY/PY_DEPENDS
suggest_depends fdb "" "" "for Firebird support" &&
suggest_depends mysql-python "" "" "for MySQL support via MySQL-Python" &&
diff --git a/python-pypi/sqlalchemy/HISTORY b/python-pypi/sqlalchemy/HISTORY
index 87b0b00712..1b4b459248 100644
--- a/python-pypi/sqlalchemy/HISTORY
+++ b/python-pypi/sqlalchemy/HISTORY
@@ -1,3 +1,6 @@
+2013-04-16 Treeve Jelbert <treeve@sourcemage.org>
+ * DEPENDS: fix python3 usage
+
2013-04-13 Treeve Jelbert <treeve@sourcemage.org>
* DEPENDS: kinterbasdb => fdb