mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
vyper: drop useless pytest-runner
This commit is contained in:
parent
2505777e0c
commit
8b5f6df860
@ -7,7 +7,6 @@
|
||||
, importlib-metadata
|
||||
, packaging
|
||||
, pycryptodome
|
||||
, pytest-runner
|
||||
, pythonOlder
|
||||
, recommonmark
|
||||
, setuptools-scm
|
||||
@ -41,7 +40,8 @@ buildPythonPackage rec {
|
||||
postPatch = ''
|
||||
# pythonRelaxDeps doesn't work
|
||||
substituteInPlace setup.py \
|
||||
--replace "setuptools_scm>=7.1.0,<8.0.0" "setuptools_scm>=7.1.0"
|
||||
--replace-fail "setuptools_scm>=7.1.0,<8.0.0" "setuptools_scm>=7.1.0" \
|
||||
--replace-fail '"pytest-runner",' ""
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -49,7 +49,6 @@ buildPythonPackage rec {
|
||||
# ever since https://github.com/vyperlang/vyper/pull/2816
|
||||
git
|
||||
|
||||
pytest-runner
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user