python310Packages.geopy: add format attribute
This commit is contained in:
parent
a71ccfabf6
commit
c92e3b8b38
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "geopy";
|
||||
version = "2.3.0";
|
||||
format = "setuptools";
|
||||
disabled = pythonOlder "3.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
|
Loading…
Reference in a new issue