python3Packages.pyqtdatavisualization: remove superfluous disabled

This commit is contained in:
Robert Schütz
2026-01-11 09:18:59 -08:00
parent ada5dc2a47
commit 1703fda906
2 changed files with 0 additions and 4 deletions
@@ -5,7 +5,6 @@
pyqt5,
pyqt-builder,
python,
pythonOlder,
qtdatavis3d,
setuptools,
sip,
@@ -16,8 +15,6 @@ buildPythonPackage rec {
version = "5.15.6";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "PyQtDataVisualization";
inherit version;
-1
View File
@@ -14355,7 +14355,6 @@ self: super: with self; {
pyqt5
pyqt-builder
python
pythonOlder
setuptools
sip
;