remove requires on monotonic

monotonic dependency was removed when switching to python3.  The
requires on it is not needed. It was previously limited to python < 3.3
but that limit got lost.  There is no current usage in the code
importing monotonic.

https: //review.opendev.org/c/openstack/ceilometer/+/676706
Change-Id: I182dd641893eea7226a5e3afc17132ac973b516b
This commit is contained in:
Jon Schlueter 2021-05-27 12:23:17 -04:00
parent 850ffc27a1
commit 4ae76f3152
2 changed files with 0 additions and 2 deletions

View File

@ -8,7 +8,6 @@ gnocchiclient==7.0.0
jsonpath-rw-ext==1.1.3
keystoneauth1==3.18.0
lxml==4.5.1
monotonic==0.6
msgpack==0.5.2
os-win==3.0.0
os-xenapi==0.3.3

View File

@ -7,7 +7,6 @@ cotyledon>=1.3.0 #Apache-2.0
futurist>=1.8.0 # Apache-2.0
jsonpath-rw-ext>=1.1.3 # Apache-2.0
lxml>=4.5.1 # BSD
monotonic>=0.6
msgpack>=0.5.2 # Apache-2.0
oslo.concurrency>=3.26.0 # Apache-2.0
oslo.config>=6.0.0 # Apache-2.0