Skip to content

Commit

Permalink
Use new-style python packaging
Browse files Browse the repository at this point in the history
Co-authored-by: Rémi NICOLE <[email protected]>
  • Loading branch information
Synthetica9 and minijackson authored Nov 29, 2024
1 parent 0dcab8d commit 2d07094
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/epnix/python-modules/aioca/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ buildPythonPackage rec {
hash = "sha256-szM/sVqeWWUj84lq/wsxNCf/aZwoCySeTnuLD+hYLyc=";
};

nativeBuildInputs = [setuptools setuptools-scm];

propagatedBuildInputs = [
build-system = [setuptools setuptools-scm];
dependencies = [
setuptools
numpy
epicscorelibs
];
Expand Down

0 comments on commit 2d07094

Please sign in to comment.