Merge pull request #227764 from fabaff/gemfileparser2-fix
python310Packages.gemfileparser2: fix invalid specifier
This commit is contained in:
commit
29daff8283
@ -20,6 +20,12 @@ buildPythonPackage rec {
|
||||
|
||||
dontConfigure = true;
|
||||
|
||||
postPatch = ''
|
||||
# https://github.com/nexB/gemfileparser2/pull/8
|
||||
substituteInPlace setup.cfg \
|
||||
--replace ">=3.6.*" ">=3.6"
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools-scm
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user