python313Packages.geodatasets: remove disabled
- use dependecies
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
|
||||
geopandas,
|
||||
pooch,
|
||||
@@ -15,7 +14,6 @@ buildPythonPackage rec {
|
||||
pname = "geodatasets";
|
||||
version = "2025.12.0";
|
||||
pyproject = true;
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "geopandas";
|
||||
@@ -26,7 +24,7 @@ buildPythonPackage rec {
|
||||
|
||||
build-system = [ setuptools-scm ];
|
||||
|
||||
propagatedBuildInputs = [ pooch ];
|
||||
dependencies = [ pooch ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
geopandas
|
||||
|
||||
Reference in New Issue
Block a user