python310Packages.flask-limiter: drop ordereddict

This commit is contained in:
Sandro Jäckel
2022-06-06 11:46:14 -07:00
committed by Jonathan Ringer
parent 014c7bd869
commit 1e861c4e03
@@ -6,7 +6,6 @@
, hiro
, limits
, mock
, ordereddict
, pymemcache
, pytestCheckHook
, redis
@@ -32,7 +31,6 @@ buildPythonPackage rec {
redis
flask-restful
pymemcache
ordereddict
];
postPatch = ''