Drop Cython requirements override

Since gnochhi don't use cradox, we can safely drop cython pin

Depends-On: https://review.opendev.org/680986
Change-Id: I856ebebb957b973997b7dfab2c7a887e42468bf6
This commit is contained in:
Dmitriy Rabotyagov
2019-09-09 15:25:38 +03:00
parent 7128dfa2d3
commit 1a17d5d521

View File

@@ -6,11 +6,6 @@
# Use this file with caution! # Use this file with caution!
# #
### Pinned for gnocchi's dependency pycradox
# Update 2010.01.12 still valid: https://github.com/gnocchixyz/gnocchi/blob/master/setup.cfg#L78
# https://github.com/sileht/pycradox/commit/2209f89fd65ecf31bea8eac6405acce2543e7b84
Cython<0.28
# For idempotency on ubuntu, argparse need to stay at 1.2.1 # For idempotency on ubuntu, argparse need to stay at 1.2.1
# See also ChangeId: I8be207c359388d00b34448318bc17c8b0039c4db # See also ChangeId: I8be207c359388d00b34448318bc17c8b0039c4db
argparse==1.2.1;python_version=='2.7' argparse==1.2.1;python_version=='2.7'