From: Kefu Chai Date: Thu, 8 Dec 2022 10:23:32 +0000 (+0800) Subject: cephadm: drop cython from requires X-Git-Tag: v16.2.11~54^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d653449395ac8ebd4f7ef6b3de305c15141a9778;p=ceph.git cephadm: drop cython from requires cython is not required for launching the tox environment. Signed-off-by: Kefu Chai (cherry picked from commit 8b20bb8ca2b8f110a030a2f3fffd849faa125948) --- diff --git a/src/cephadm/tox.ini b/src/cephadm/tox.ini index 2477d9f3763f..079605afcae9 100644 --- a/src/cephadm/tox.ini +++ b/src/cephadm/tox.ini @@ -5,7 +5,6 @@ envlist = fix flake8 skipsdist = true -requires = cython [flake8] max-line-length = 100