software/ors-amarisoft: Fix pythonwitheggs to explicitly specify in-SlapOS lxml

Our python interpreter uses ncclient which depends on lxml egg, but does not
explicitly specify to use that lxml from slapos component.

Until now we were lucky because slapos-cookbook depends on the correct lxml and
we have slapos-cookbook as the second entry in the part list with only
`template` preceding it.

However I needed to use pythonwitheggs inside that template and then got the
build failure, because now pythonwitheggs was built before slapos-cookbook and
tried to use lxml without slapos component:

    INFO Building without Cython.
    INFO Error: Please make sure the libxml2 and libxslt development packages are installed.
    INFO An error occurred when trying to install lxml 4.9.1. Look above this message for any errors that were output by easy_install.
    INFO While:
    INFO   Installing pythonwitheggs.
    INFO   Base installation request: 'websocket-client', 'pynacl', 'bcrypt', 'xmltodict', 'ncclient'
    INFO     Requirement of ncclient==0.6.13: six
    INFO     Requirement of ncclient==0.6.13: lxml>=3.3.0
    INFO     Requirement of ncclient==0.6.13: paramiko>=1.15.0
    INFO     Requirement of ncclient==0.6.13: setuptools>0.6
    INFO     Requirement of bcrypt==3.1.4: six>=1.4.1
    INFO     Requirement of bcrypt==3.1.4: cffi>=1.1
    INFO     Requirement of pynacl==1.3.0: cffi>=1.4.1
    INFO     Requirement of pynacl==1.3.0: six
    INFO   Getting distribution for 'lxml==4.9.1'.
    INFO Error: Couldn't install: lxml 4.9.1

-> Fix it by explicitly specifying in-slapos lxml egg to be used.

/cc @jhuge, @Daetalus
/reviewed-by @lu.xu, @xavier_thompson
/reviewed-on !1469
9 jobs for master in 0 seconds (queued for 3 seconds)
Status Job ID Name Coverage
  External
passed Cloudooo.UnitTest-Master

00:04:53

failed ERP5.StandaloneDeploymentScriptTest-Debian.Buster

00:42:27

passed SlapOS-Master.StandaloneDeploymentScriptTest-Debian.Buster

00:44:51

passed SlapOS.Eggs.UnitTest-Master.Python2

00:16:01

failed SlapOS.Eggs.UnitTest-Master.Python3

00:16:24

failed SlapOS.SoftwareReleases.IntegrationTest-Master

07:46:14

passed SlapOS.Theia.ResilienceTest-Master-ERP5

07:53:52

passed Wendelin.StandaloneDeploymentScriptTest-Debian.Buster

00:24:14

passed SlapOS.Eggs.UnitTest-Master.Python3

00:16:52