removed python buid/installation from makefiles, poetry will handle

This commit is contained in:
Blake Harnden 2020-07-14 12:08:05 -07:00
parent 50f331d93e
commit df01f04444
3 changed files with 5 additions and 39 deletions

4
.gitignore vendored
View file

@ -39,6 +39,7 @@ coverage.xml
# python files
*.egg-info
*.pyc
# ignore package files
*.rpm
@ -55,8 +56,5 @@ coverage.xml
netns/setup.py
daemon/setup.py
# ignore corefx build
corefx/target
# python
__pycache__