Set an upper pin for Cython to please gnocchi

Gnocchi depends on pycradox, which currently has an upper limit for
its dependency Cython. As Cython is not present in upper-constraints
there is nothing to stop the repo build from using the new one, and
the gnocchi venv build fails.

Change-Id: Ib85d545a8879b82be8d492809f9764fa0efb78e6
This commit is contained in:
Jesse Pretorius 2018-10-19 14:08:58 +01:00
parent 4b1635d477
commit 1fd9fdc6d8

View File

@ -5,6 +5,11 @@
#
# Use this file with caution!
#
### Pinned for gnocchi's dependency pycradox
# https://github.com/sileht/pycradox/commit/2209f89fd65ecf31bea8eac6405acce2543e7b84
Cython<0.28
###
### These are pinned to ensure exactly the same behaviour forever! ###
### These pins are updated through the sources-branch-updater script ###