Remove unused pydot3 dependency

https://review.openstack.org/#/c/460938 switched from pydot2
to pydot3, but also removed the last remaining use of pydot2/3.

Drop the dependency alltogether.

Change-Id: I678cbe65a283b7562bef399c34ddde02c500648f
This commit is contained in:
Dirk Mueller 2018-08-08 15:37:34 +02:00
parent 600784a91e
commit 9be2d68820
2 changed files with 0 additions and 2 deletions

View File

@ -84,7 +84,6 @@ ply==3.11
prettytable==0.7.2
pycadf==2.7.0
pycodestyle==2.3.1
pydot3==1.0.8
pyflakes==0.8.1
Pygments==2.2.0
pyinotify==0.9.6

View File

@ -14,5 +14,4 @@ fixtures>=3.0.0 # Apache-2.0/BSD
testresources>=2.0.0 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
oslotest>=3.2.0 # Apache-2.0
pydot3>=1.0.8 # MIT License