diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-30 23:43:27 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-30 23:43:27 -0400 |
commit | a80b44e9bee5728141e6a2c3ce7acff51340bba4 (patch) | |
tree | d48d77f094bc238b4302b7afb0e138b1a5183923 | |
parent | 780a57e15a58cc1d74090509138744550609d876 (diff) | |
download | meta-virtualization-a80b44e9bee5728141e6a2c3ce7acff51340bba4.tar.gz |
docker-registry: relax python-requests version specification
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-containers/docker-registry/docker-registry_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/docker-registry/docker-registry_git.bb b/recipes-containers/docker-registry/docker-registry_git.bb index 8b42d798..338cb690 100644 --- a/recipes-containers/docker-registry/docker-registry_git.bb +++ b/recipes-containers/docker-registry/docker-registry_git.bb | |||
@@ -31,7 +31,7 @@ RDEPENDS_${PN} += "\ | |||
31 | python-pyyaml (= 3.11) \ | 31 | python-pyyaml (= 3.11) \ |
32 | python-flask (= 0.10.1) \ | 32 | python-flask (= 0.10.1) \ |
33 | python-gevent (= 1.0.1) \ | 33 | python-gevent (= 1.0.1) \ |
34 | python-requests (= 2.3.0) \ | 34 | python-requests \ |
35 | python-sqlalchemy (>= 0.9.4) \ | 35 | python-sqlalchemy (>= 0.9.4) \ |
36 | python-blinker (= 1.3) \ | 36 | python-blinker (= 1.3) \ |
37 | python-backports-lzma (= 0.0.3) \ | 37 | python-backports-lzma (= 0.0.3) \ |