[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[dak/master] SQLAlchemy 1.0 is fine too (now also in `Depends:`)



57b83b703bdc9136d8a17115a8ad003c43a7098f removed the dependency on a
lower version than 1.0 only from `Build-Depends` and not `Depends`.
---
 debian/control | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index c372b20..6ead955 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,7 @@ Depends: binutils-multiarch,
          python-psycopg2,
          python-pyrss2gen,
          python-rrdtool,
-         python-sqlalchemy (<< 1.0),
+         python-sqlalchemy,
          python-yaml,
          symlinks,
          ${python:Depends}
-- 
2.1.4


Reply to: