diff options
| -rw-r--r-- | recipes-containers/docker-registry/docker-registry_git.bb | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/recipes-containers/docker-registry/docker-registry_git.bb b/recipes-containers/docker-registry/docker-registry_git.bb index 996dfddc..e94e9858 100644 --- a/recipes-containers/docker-registry/docker-registry_git.bb +++ b/recipes-containers/docker-registry/docker-registry_git.bb | |||
| @@ -24,27 +24,27 @@ PV = "0.9.1+git${SRCREV}" | |||
| 24 | 24 | ||
| 25 | RDEPENDS_${PN} += "\ | 25 | RDEPENDS_${PN} += "\ |
| 26 | docker \ | 26 | docker \ |
| 27 | gunicorn (= 19.1.1) \ | 27 | gunicorn (>= 19.1.1) \ |
| 28 | python-pip \ | 28 | python-pip \ |
| 29 | python-distribute \ | 29 | python-distribute \ |
| 30 | python-m2crypto (= 0.22.3) \ | 30 | python-m2crypto (>= 0.22.3) \ |
| 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 \ | 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) \ |
| 38 | python-flask-cors (= 1.10.3) \ | 38 | python-flask-cors (>= 1.10.3) \ |
| 39 | python-bugsnag (= 2.0.2) \ | 39 | python-bugsnag (>= 2.0.2) \ |
| 40 | python-docker-registry-core (= 2.0.3) \ | 40 | python-docker-registry-core (>= 2.0.3) \ |
| 41 | python-newrelic (= 2.22.0.19) \ | 41 | python-newrelic (>= 2.22.0.19) \ |
| 42 | python-itsdangerous (>= 0.21) \ | 42 | python-itsdangerous (>= 0.21) \ |
| 43 | python-jinja2 (>= 2.4) \ | 43 | python-jinja2 (>= 2.4) \ |
| 44 | python-werkzeug (>= 0.7) \ | 44 | python-werkzeug (>= 0.7) \ |
| 45 | python-simplejson (>= 3.6.2) \ | 45 | python-simplejson (>= 3.6.2) \ |
| 46 | python-redis (= 2.10.3) \ | 46 | python-redis (>= 2.10.3) \ |
| 47 | python-boto (= 2.34.0) \ | 47 | python-boto (>= 2.34.0) \ |
| 48 | python-webob \ | 48 | python-webob \ |
| 49 | " | 49 | " |
| 50 | # OFFICIAL REQ: | 50 | # OFFICIAL REQ: |
