mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-10 06:04:14 +00:00
python310Packages.duecredit: don't depend on contextlib2
This commit is contained in:
parent
fe20983f25
commit
7e5512144f
@ -2,7 +2,6 @@
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, isPy27
|
||||
, contextlib2
|
||||
, pytest
|
||||
, pytestCheckHook
|
||||
, vcrpy
|
||||
@ -25,7 +24,7 @@ buildPythonPackage rec {
|
||||
# bin/duecredit requires setuptools at runtime
|
||||
propagatedBuildInputs = [ citeproc-py requests setuptools six ];
|
||||
|
||||
nativeCheckInputs = [ contextlib2 pytest pytestCheckHook vcrpy ];
|
||||
nativeCheckInputs = [ pytest pytestCheckHook vcrpy ];
|
||||
|
||||
preCheck = ''
|
||||
export HOME=$(mktemp -d)
|
||||
|
Loading…
Reference in New Issue
Block a user