python27Packages.botocore: drop ordereddict

This commit is contained in:
Sandro Jäckel 2022-05-28 18:59:31 +02:00 committed by Jonathan Ringer
parent 9e3cbe04c6
commit d6252cb72c
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
]; ];