python3Packages.dropbox: pin to setuptools 80
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
lib,
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
setuptools,
|
||||
setuptools_80,
|
||||
requests,
|
||||
six,
|
||||
stone,
|
||||
@@ -30,7 +30,7 @@ buildPythonPackage rec {
|
||||
hash = "sha256-9Fsh06V226vIyJhrlLkh9Xr4UGoEIISnIFCtuKqI218=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
build-system = [ setuptools_80 ];
|
||||
|
||||
dependencies = [
|
||||
requests
|
||||
|
||||
Reference in New Issue
Block a user