pythonPackages.pysvn: Fix python import check
pysvn
This commit is contained in:
parent
2d9c1ba1a4
commit
5b3e787c4e
1 changed files with 2 additions and 3 deletions
|
@ -60,11 +60,11 @@ buildPythonPackage rec {
|
|||
sed -i "s|/bin/bash|${bash}/bin/bash|" ../Tests/test-*.sh
|
||||
make -C ../Tests
|
||||
|
||||
${python.interpreter} -c "import pysvn"
|
||||
|
||||
runHook postCheck
|
||||
'';
|
||||
|
||||
pythonImportCheck = [ "pysvn" ];
|
||||
|
||||
installPhase = ''
|
||||
dest=$(toPythonPath $out)/pysvn
|
||||
mkdir -p $dest
|
||||
|
@ -80,5 +80,4 @@ buildPythonPackage rec {
|
|||
homepage = "http://pysvn.tigris.org/";
|
||||
license = licenses.asl20;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue