python310Packages.globus-sdk: remove six

This commit is contained in:
Fabian Affolter 2022-11-03 21:00:18 +01:00 committed by GitHub
parent 3e1dafcd53
commit ef9f302af9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,6 @@
, pythonOlder
, requests
, responses
, six
, typing-extensions
}:
@ -38,7 +37,6 @@ buildPythonPackage rec {
mypy
pytestCheckHook
responses
six
];
postPatch = ''