summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2025-10-09 00:30:10 +0200
committerFabian Affolter <fabian@affolter-engineering.ch>2025-10-09 00:30:10 +0200
commite05a67df609bc350e22e6aaee3881d7e63ad8ee0 (patch)
tree4ef342094c7e42beef083830d8eaaf3d5a9c8772 /pkgs/development/python-modules
parentd3404f56f84145753d26d906a1c9cb7e875db061 (diff)
python313Packages.pytransportnswv2: remove disabled
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/pytransportnswv2/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/pytransportnswv2/default.nix b/pkgs/development/python-modules/pytransportnswv2/default.nix
index 09ac6aa0efca..22dc7675d709 100644
--- a/pkgs/development/python-modules/pytransportnswv2/default.nix
+++ b/pkgs/development/python-modules/pytransportnswv2/default.nix
@@ -4,7 +4,6 @@
fetchPypi,
gtfs-realtime-bindings,
httpx,
- pythonOlder,
requests,
setuptools,
}:
@@ -14,8 +13,6 @@ buildPythonPackage rec {
version = "2.0.3";
pyproject = true;
- disabled = pythonOlder "3.7";
-
src = fetchPypi {
pname = "PyTransportNSWv2";
inherit version;