Skip to content

Commit

Permalink
added python3-packages dateutil and six to debian installations
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Hotwagner committed Oct 2, 2020
1 parent 9d974f0 commit f8e303a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,18 @@
dest: /etc/aminer/conf-enabled/pytz
state: link

- name: link python3-dateutil
file:
src: /usr/lib/python3/dist-packages/dateutil
dest: /etc/aminer/conf-enabled/dateutil
state: link

- name: link python3-six
file:
src: /usr/lib/python3/dist-packages/six.py
dest: /etc/aminer/conf-enabled/six.py
state: link

- name: create man-page for AMiner
shell:
cmd: xsltproc --output /usr/share/man/man1/AMiner.1 -''-nonet -''-param man.charmap.use.subset "0" -''-param make.year.ranges "1" -''-param make.single.year.ranges "1" /usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl {{aminer_repopath}}/debian/AMiner.1.xml && gzip /usr/share/man/man1/AMiner.1
Expand Down
1 change: 1 addition & 0 deletions vars/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ aminer_packages:
- python3-pkg-resources
- python3-setuptools
- python3-dateutil
- python3-six
- xsltproc
- docbook-xsl
- gzip
Expand Down

0 comments on commit f8e303a

Please sign in to comment.