docker-registry: relax python-requests version specification

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
Bruce Ashfield 2015-03-30 23:43:27 -04:00
parent 780a57e15a
commit a80b44e9be

View File

@ -31,7 +31,7 @@ RDEPENDS_${PN} += "\
python-pyyaml (= 3.11) \ python-pyyaml (= 3.11) \
python-flask (= 0.10.1) \ python-flask (= 0.10.1) \
python-gevent (= 1.0.1) \ python-gevent (= 1.0.1) \
python-requests (= 2.3.0) \ python-requests \
python-sqlalchemy (>= 0.9.4) \ python-sqlalchemy (>= 0.9.4) \
python-blinker (= 1.3) \ python-blinker (= 1.3) \
python-backports-lzma (= 0.0.3) \ python-backports-lzma (= 0.0.3) \