소스 검색

vagrant: also invoke setup.py clean2

clean2 was added to work around some setuptools customizability limitation.
Thomas Waldmann 3 년 전
부모
커밋
45fd143786
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Vagrantfile

+ 1 - 0
Vagrantfile

@@ -261,6 +261,7 @@ def install_borg(fuse)
     cd borg
     pip install -r requirements.d/development.lock.txt
     python setup.py clean
+    python setup.py clean2
   EOF
   if fuse
     script += <<-EOF