lol

python310Packages.reqif: python3 -> python

Co-authored-by: Jonas Heinrich <onny@project-insanity.org>
Co-authored-by: Sandro Jäckel <sandro.jaeckel@gmail.com>
Co-authored-by: Martin Weinelt <hexa@darmstadt.ccc.de>

yuu ac5294fe 6b4900c1

+2 -2
+2 -2
pkgs/development/python-modules/reqif/default.nix
··· 1 1 { lib 2 2 , buildPythonPackage 3 - , python3 3 + , python 4 4 , pythonOlder 5 5 , fetchFromGitHub 6 6 , poetry-core ··· 26 26 postPatch = '' 27 27 substituteInPlace ./tests/unit/conftest.py --replace \ 28 28 "os.path.abspath(os.path.join(__file__, \"../../../../reqif\"))" \ 29 - "\"${placeholder "out"}/${python3.sitePackages}/reqif\"" 29 + "\"${placeholder "out"}/${python.sitePackages}/reqif\"" 30 30 substituteInPlace pyproject.toml --replace "^" ">=" 31 31 substituteInPlace requirements.txt --replace "==" ">=" 32 32 '';