File: allow_newer_sqlalchemy.patch

package info (click to toggle)
python-neutron-lib 0.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,056 kB
  • ctags: 1,132
  • sloc: python: 4,980; sh: 90; makefile: 48
file content (15 lines) | stat: -rw-r--r-- 376 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Allow newer sqlalchemy
Forwarded: not-needed
Author: Ondřej Kobližek <koblizeko@gmail.com>

--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,7 @@
 pbr>=1.6 # Apache-2.0
 Babel>=2.3.4 # BSD
 
-SQLAlchemy<1.1.0,>=1.0.10 # MIT
+SQLAlchemy>=1.0.10 # MIT
 debtcollector>=1.2.0 # Apache-2.0
 oslo.config>=3.14.0 # Apache-2.0
 oslo.context>=2.9.0 # Apache-2.0