Commit c9520a8f authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.pynetdicom: refactor

parent b136e211
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,9 +6,9 @@
, pydicom
, pyfakefs
, pytestCheckHook
, sqlalchemy
, pythonOlder
, setuptools
, sqlalchemy
}:

buildPythonPackage rec {
@@ -33,11 +33,11 @@ buildPythonPackage rec {
     })
  ];

  nativeBuildInputs = [
  build-system = [
    setuptools
  ];

  propagatedBuildInputs = [
  dependencies = [
    pydicom
  ];