Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
Add dependencies specification for Fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Nov 20, 2015
1 parent e10af22 commit 02d8510
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion batis_info/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"system_packages": [
{"package_manager": "apt-get", "packages": ["python3", "python3-xdg"]}
{"package_manager": "apt-get", "packages": ["python3", "python3-xdg"]},
{"package_manager": "yum", "packages": ["python3", "python3-pyxdg"]},
],
"description": "Python3, PyXDG"
}

0 comments on commit 02d8510

Please sign in to comment.