maven: remove depcrecated pip option --allow-external (#3492)

Removing deprecated pip option --allow-external
This commit is contained in:
Sid Kattoju 2019-07-24 14:02:46 -04:00 committed by Rohit Yadav
parent c1d3f98775
commit 333409a83c
1 changed files with 0 additions and 1 deletions

View File

@ -159,7 +159,6 @@
<executable>pip</executable>
<arguments>
<argument>install</argument>
<argument>--allow-external</argument>
<argument>--upgrade</argument>
<argument>Marvin-${project.version}.tar.gz</argument>
</arguments>