python3Packages.credstash: fix nativeBuildInputs
This commit is contained in:
parent
caf4851352
commit
3fbb1f7e4c
@ -1,6 +1,4 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchPypi, cryptography, boto3, pyyaml, docutils, nose
|
{ stdenv, buildPythonPackage, fetchPypi, cryptography, boto3, pyyaml, docutils, pytest, fetchpatch }:
|
||||||
, fetchpatch
|
|
||||||
}:
|
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "credstash";
|
pname = "credstash";
|
||||||
@ -25,7 +23,7 @@ buildPythonPackage rec {
|
|||||||
# file ensures that Python imports the module from site-packages library.
|
# file ensures that Python imports the module from site-packages library.
|
||||||
postInstall = "rm $out/bin/credstash.py";
|
postInstall = "rm $out/bin/credstash.py";
|
||||||
|
|
||||||
nativeBuildInputs = [ nose ];
|
nativeBuildInputs = [ pytest ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ cryptography boto3 pyyaml docutils ];
|
propagatedBuildInputs = [ cryptography boto3 pyyaml docutils ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user