migra icon indicating copy to clipboard operation
migra copied to clipboard

Should Setuptools be listen as a dependency?

Open tad-lispy opened this issue 5 years ago • 2 comments

I'm not very good at Python, so please excuse my ignorance. Recently I've been trying to integrate Migra with a Nix development environment and I found out that setuptools need to be installed as well. Since it's a pip package, maybe it would make sense to list it as a dependency in pyproject.toml?

I think it's related to:

  • https://github.com/djrobstep/migra/issues/102
  • https://github.com/djrobstep/migra/issues/106

tad-lispy avatar Jan 29 '21 18:01 tad-lispy

I think you might be right but I was able to install in a conda environment without any modifications. I have Nix installed, so could you send me your derivation so I can try to reproduce the issue?

maximsmol avatar Apr 13 '22 21:04 maximsmol

Hey @maximsmol! Thanks for picking interest in my issue and sorry for late response. TBH I don't remember the context of this issue very well. Here is a relevant discussion: https://discourse.nixos.org/t/preparing-a-nix-flake-for-a-python-program-migra-using-poetry/12030/9.

tad-lispy avatar May 04 '22 11:05 tad-lispy