Skip to content

Commit

Permalink
fix #23, install-archlinux: change "python-bson" to "python-pymongo"
Browse files Browse the repository at this point in the history
  • Loading branch information
ilius committed Mar 18, 2021
1 parent 39cf201 commit bdc434c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-archlinux
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ depends+=('python-gobject') ## The new gobject introspection
depends+=('python-httplib2')
depends+=('python-psutil')
depends+=('python-dateutil')
depends+=('python-bson')
depends+=('python-pymongo')

optdepends=()
optdepends+=('python-dateutil')
Expand Down

0 comments on commit bdc434c

Please sign in to comment.