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