python3Packages.flit: fix tests and packaging (#69546)
* python3Packages.flit: fix tests * python: fix flit setup hook
This commit is contained in:
@@ -3,9 +3,9 @@ echo "Sourcing flit-build-hook"
|
||||
|
||||
flitBuildPhase () {
|
||||
echo "Executing flitBuildPhase"
|
||||
preBuild
|
||||
runHook preBuild
|
||||
@pythonInterpreter@ -m flit build --format wheel
|
||||
postBuild
|
||||
runHook postBuild
|
||||
echo "Finished executing flitBuildPhase"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user