From 9f7182d573300e59ba1048e5c28963aa46ac8789 Mon Sep 17 00:00:00 2001 From: micafer Date: Wed, 8 Nov 2017 15:59:12 +0100 Subject: [PATCH] remove python-xmltodict dependency --- packages/generate_deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/generate_deb.sh b/packages/generate_deb.sh index 0f85d9aba..28a360dc4 100755 --- a/packages/generate_deb.sh +++ b/packages/generate_deb.sh @@ -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