forked from rdiff-backup/rdiff-backup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbindep.txt
58 lines (51 loc) · 2.13 KB
/
bindep.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# List of packages required to use and/or develop rdiff-backup
# Note that it doesn't encompass Python libraries installed via pip,
# those are listed in requirements.txt resp. requs/*.txt
# USAGE:
# Install bindep with e.g. `pip install --user bindep` and call for example
# bindep -l newlines [usage|devel]
# to see which packages are necessary on your platform for this purpose
# You could use the following command to install missing packages:
# dnf|yum|apt -y install $(bindep devel)
# If this doesn't work on your favourite Linux platform, create an enhancement
# issue at https://github.com/rdiff-backup/rdiff-backup/issues/new
# with following information:
# - name of distribution and package manager (dnf, yum, apt...)
# - output of `bindep --profiles`
# - a list of missed/failed packages with their package name on your Linux
# - if you've worked it out, improved version of this bindep.txt
epel-release [platform:redhat !platform:fedora]
librsync [!platform:dpkg]
librsync2 [platform:dpkg]
# Packages for usage of rdiff-backup
rdiff-backup [usage]
python3-psutil [!platform:pacman usage]
python3-pylibacl [!platform:pacman usage]
python3-pyxattr [!platform:pacman usage]
python-psutil [platform:pacman usage]
python-pylibacl [platform:pacman usage]
python-pyxattr [platform:pacman usage]
# Packages for development of rdiff-backup
python3-devel [platform:redhat devel]
python3-dev [platform:dpkg devel]
python-build [platform:pacman devel]
python3-build [!platform:pacman devel]
python-devtools [platform:pacman devel]
python3-wheel [!platform:pacman devel]
python-wheel [platform:pacman devel]
python3-setuptools_scm [platform:redhat devel]
python3-setuptools-scm [platform:dpkg devel]
python-setuptools-scm [platform:pacman devel]
librsync-devel [platform:redhat devel]
librsync-dev [platform:dpkg devel]
libacl-devel [platform:redhat devel]
libacl1-dev [platform:dpkg devel]
acl [platform:pacman devel]
gcc [devel]
rubygem-asciidoctor [platform:redhat devel]
asciidoctor [platform:dpkg devel]
asciidoctor [platform:pacman devel]
gh [!platform:pacman devel]
github-cli [platform:pacman devel]
tox [!platform:pacman devel]
python-tox [platform:pacman devel]