Skip to content

Commit

Permalink
Merge pull request #1 from ait-aecid/development
Browse files Browse the repository at this point in the history
added python3-dateutil
  • Loading branch information
whotwagner authored Oct 2, 2020
2 parents 8572636 + f8e303a commit ff6df17
Show file tree
Hide file tree
Showing 2 changed files with 14 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
2 changes: 2 additions & 0 deletions vars/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ aminer_packages:
- python3-scipy
- python3-pkg-resources
- python3-setuptools
- python3-dateutil
- python3-six
- xsltproc
- docbook-xsl
- gzip
Expand Down

0 comments on commit ff6df17

Please sign in to comment.