python311Packages.folium: switch to pypa build

This commit is contained in:
natsukium 2023-12-20 10:31:53 +09:00
parent c8c68e50a5
commit eb5760d61f
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53

View file

@ -12,14 +12,16 @@
, pythonOlder
, requests
, selenium
, setuptools
, setuptools-scm
, wheel
, xyzservices
}:
buildPythonPackage rec {
pname = "folium";
version = "0.15.1";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.7";
@ -33,7 +35,9 @@ buildPythonPackage rec {
SETUPTOOLS_SCM_PRETEND_VERSION = version;
nativeBuildInputs = [
setuptools
setuptools-scm
wheel
];
propagatedBuildInputs = [