Skip to content

Commit

Permalink
Revert "Implements #936"
Browse files Browse the repository at this point in the history
This reverts commit a622b26.
  • Loading branch information
micafer committed Nov 8, 2019
1 parent ecce9cd commit 841f328
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,7 +5,7 @@ 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-mysql.connector, python-pysqlite2, ansible, python-paramiko, python-yaml, python-suds, python-boto, python-libcloud, python-bottle, python-netaddr, python-scp, python-cherrypy3, python-requests, python-tosca-parser" 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, python-tosca-parser" bdist_deb
mkdir dist_pkg
cp deb_dist/*.deb dist_pkg

Expand Down

0 comments on commit 841f328

Please sign in to comment.