lol

python310Packages.reqif: Build with hatchling

+2 -3
+2 -3
pkgs/development/python-modules/reqif/default.nix
··· 2 2 , buildPythonPackage 3 3 , python 4 4 , fetchFromGitHub 5 - , poetry-core 5 + , hatchling 6 6 , beautifulsoup4 7 7 , lxml 8 8 , jinja2 ··· 25 25 substituteInPlace ./tests/unit/conftest.py --replace \ 26 26 "os.path.abspath(os.path.join(__file__, \"../../../../reqif\"))" \ 27 27 "\"${placeholder "out"}/${python.sitePackages}/reqif\"" 28 - substituteInPlace pyproject.toml --replace "^" ">=" 29 28 substituteInPlace requirements.txt --replace "==" ">=" 30 29 ''; 31 30 32 31 nativeBuildInputs = [ 33 - poetry-core 32 + hatchling 34 33 ]; 35 34 36 35 propagatedBuildInputs = [