python310Packages.botocore: drop ordereddict

This commit is contained in:
Sandro Jäckel 2022-05-28 17:38:46 +02:00 committed by Jonathan Ringer
parent ab0b9034b5
commit 014c7bd869
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -4,7 +4,6 @@
, python-dateutil , python-dateutil
, jmespath , jmespath
, docutils , docutils
, ordereddict
, simplejson , simplejson
, mock , mock
, nose , nose
@ -24,7 +23,6 @@ buildPythonPackage rec {
python-dateutil python-dateutil
jmespath jmespath
docutils docutils
ordereddict
simplejson simplejson
urllib3 urllib3
]; ];