Skip to content

Commit

Permalink
Merge pull request #483 from grycap/devel
Browse files Browse the repository at this point in the history
remove python-xmltodict dependency
  • Loading branch information
micafer authored Nov 8, 2017
2 parents d093243 + 9f7182d commit 8735f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/generate_deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ apt install -y python-stdeb
# remove the ansible requirement as it makes to generate an incorrect dependency python-ansible
# also remove the pysqlite requirement as it makes to generate an incorrect dependency python-pysqlite1.1
sed -i '/install_requires/c\ install_requires=["paramiko >= 1.14", "PyYAML", suds_pkg,' setup.py
python setup.py --command-packages=stdeb.command sdist_dsc --depends "python-radl, python-mysqldb, python-pysqlite2, ansible, python-paramiko, python-yaml, python-suds, python-boto, python-libcloud, python-bottle, python-netaddr, python-scp, python-cherrypy3, python-requests, python-xmltodict" bdist_deb
python setup.py --command-packages=stdeb.command sdist_dsc --depends "python-radl, python-mysqldb, python-pysqlite2, ansible, python-paramiko, python-yaml, python-suds, python-boto, python-libcloud, python-bottle, python-netaddr, python-scp, python-cherrypy3, python-requests" bdist_deb
mkdir dist_pkg
cp deb_dist/*.deb dist_pkg

0 comments on commit 8735f0f

Please sign in to comment.