python310Packages.geopy: add format attribute

This commit is contained in:
Mario Rodas 2022-11-18 04:20:00 +00:00
parent a71ccfabf6
commit c92e3b8b38

View file

@ -12,6 +12,7 @@
buildPythonPackage rec {
pname = "geopy";
version = "2.3.0";
format = "setuptools";
disabled = pythonOlder "3.5";
src = fetchFromGitHub {