From a80b44e9bee5728141e6a2c3ce7acff51340bba4 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 30 Mar 2015 23:43:27 -0400 Subject: docker-registry: relax python-requests version specification Signed-off-by: Bruce Ashfield --- recipes-containers/docker-registry/docker-registry_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} += "\ python-pyyaml (= 3.11) \ python-flask (= 0.10.1) \ python-gevent (= 1.0.1) \ - python-requests (= 2.3.0) \ + python-requests \ python-sqlalchemy (>= 0.9.4) \ python-blinker (= 1.3) \ python-backports-lzma (= 0.0.3) \ -- cgit v1.2.3-54-g00ecf