-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path3rdparty-python
52 lines (40 loc) · 1.03 KB
/
3rdparty-python
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
# These are the pip names of the packages needed for mmpack-build and
# gerrit-mmpack-merge
# Please always use the system packages when possible
# debian: python3-yaml
# pacman: mingw-w64-x86_64-python3-yaml
PyYAML
# debian: python3-argcomplete
# pacman: mingw-w64-x86_64-python-argcomplete
argcomplete
[mmpack-build]
# debian: python3-pyelftools
pyelftools
# debian: python3-pefile
# pacman: mingw-w64-x86_64-python-pefile
pefile
# debian: python3-urllib3
# pacman: mingw-w64-x86_64-python-urllib3
urllib3
# debian: python3-lazy-object-proxy
# pacman: mingw-w64-x86_64-python-lazy-object-proxy
lazy_object_proxy
# debian: python3-wrapt
# pacman: mingw-w64-x86_64-python-wrapt
wrapt
# debian: python3-six
# pacman: mingw-w64-x86_64-python-six
six
# debian: python3-pip
# pacman: mingw-w64-x86_64-python-pip
pip
# debian: python3-pkg-resources
# pacman: mingw-w64-x86_64-python-setuptools
setuptools
[mmpack-db]
# debian: python3-watchdog
watchdog
[mmpack-repo]
# debian: python3-watchdog
# pacman: mingw-w64-x86_64-python-watchdog
watchdog