|
|
[root@controller ~]# pip install --upgrade podman ! y; v+ T! _6 E/ e( u! i. w. t
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
& R. P1 Q }8 z' q& ]Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.# ^3 z5 v* H0 k( L0 s+ H/ P7 k9 c
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.! \" t& P* K- a& Z6 G3 p
Looking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/
* w* I0 K6 X6 Q! K8 WRequirement already satisfied: podman in /usr/lib/python3.6/site-packages (4.2.0)
8 \: b: r& b- k; P& f" gCollecting podman; J( `5 h% p2 y. W$ s$ i
Downloading https://mirrors.tuna.tsinghua.ed ... .0-py3-none-any.whl (91 kB)
+ S! c3 f* [2 @) R5 o" o1 H# W |████████████████████████████████| 91 kB 3.9 MB/s
5 t0 f8 ]8 G' p- I6 Q, qCollecting tomli>=1.2.3
$ i5 h' j0 f7 _ Downloading https://mirrors.tuna.tsinghua.ed ... .3-py3-none-any.whl (12 kB)
6 F" n0 P5 ^3 T# C" e; hCollecting urllib3>=1.26.5; g& A8 }4 D) ?4 O! s9 M# y
Downloading https://mirrors.tuna.tsinghua.ed ... y2.py3-none-any.whl (140 kB)& R% s+ j0 h4 K. B8 j
|████████████████████████████████| 140 kB 2.6 MB/s # j W5 Z! f' e7 d
Collecting pyxdg>=0.26
' `& `6 W( Y" K3 q1 t" p Downloading https://mirrors.tuna.tsinghua.ed ... y2.py3-none-any.whl (49 kB)
, A o! ^& t1 H) e! Z |████████████████████████████████| 49 kB 5.6 MB/s
; X0 V$ u2 c4 B# O. KCollecting requests>=2.24
% m- u0 f4 r: C5 I Downloading https://mirrors.tuna.tsinghua.ed ... y2.py3-none-any.whl (63 kB)
$ f4 A7 N9 i4 t |████████████████████████████████| 63 kB 3.7 MB/s ! j8 ^# X, |* j2 ^
Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.6/site-packages (from requests>=2.24->podman) (2.5). J+ F( j5 g. |3 O" G" g# a2 s
Collecting charset-normalizer~=2.0.0- l* `6 v2 @% J% G0 C, f
Downloading https://mirrors.tuna.tsinghua.ed ... 12-py3-none-any.whl (39 kB)9 {1 o& V% T! G# X' _; |1 j
Collecting certifi>=2017.4.17
* j. w- F/ ~9 Y Downloading https://mirrors.tuna.tsinghua.ed ... .7-py3-none-any.whl (155 kB)
: ?8 ?) }% b4 X! j7 a% x% E# G |████████████████████████████████| 155 kB 4.9 MB/s
( v, K3 m( p( DInstalling collected packages: urllib3, charset-normalizer, certifi, tomli, requests, pyxdg, podman: _0 ^# L9 M" s2 }% Y$ v
Attempting uninstall: urllib3
* M8 ?! ? ~$ q4 M Found existing installation: urllib3 1.24.2
4 D1 {/ l2 O6 V; G( n. K Uninstalling urllib3-1.24.2:
! `, m) t5 G% C( t2 [' g8 Y Successfully uninstalled urllib3-1.24.2- a2 s. K# w* W2 ]# S' g
Attempting uninstall: requests3 m8 R* N1 w H/ Q# z& n" e
Found existing installation: requests 2.20.0
# u% l# [9 ]' \) | Uninstalling requests-2.20.0:2 L: |# a9 a2 ?8 Y3 C
Successfully uninstalled requests-2.20.0
6 h0 n! ?3 k- K Attempting uninstall: pyxdg: i+ N v( y% `" R" P
Found existing installation: pyxdg 0.253 ~0 f7 V+ n I7 I) [! \) |
ERROR: Cannot uninstall 'pyxdg'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall., V! ~3 [3 B5 o( X3 A) T' \
[root@controller ~]# pip install -U requests' J# u" R1 M9 p7 a4 R% {
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
& C6 L) M) u* P" H3 VPlease see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.% v ]9 r( K, C- E
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
. R' g- B ?! C6 y/ X/ XLooking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/4 z8 v, A* T) ?2 X3 t
Requirement already satisfied: requests in /usr/local/lib/python3.6/site-packages (2.27.1)9 f9 D0 w) `1 M& F- V4 e4 U9 _
Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.6/site-packages (from requests) (1.26.14)
" R+ l+ @/ ]( J1 z" p0 r, gRequirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/site-packages (from requests) (2022.12.7). Y$ Z, ?6 T3 ~/ |
Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.6/site-packages (from requests) (2.0.12)- B/ Z. V4 s. Y
Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.6/site-packages (from requests) (2.5)
7 N$ M' e4 E# Z) _- P) b6 U6 `: r. @WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv; v$ s& W* {; q' H1 i
[root@controller ~]# pip install --upgrade pyxdg( B" |; a7 f6 x' Q8 z
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.# v* _& S( ?: a, i( I. K2 b
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.! Y6 P4 G/ A# R8 F* N
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.4 V4 o8 N+ Y8 E, _: A
Looking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple// q; @8 G: b4 i/ D. W! }$ G
Requirement already satisfied: pyxdg in /usr/lib/python3.6/site-packages (0.25)
0 {$ p& A* P' o! y, F' ~! X! rCollecting pyxdg
$ j1 b0 v! m- ~) g' c7 Y9 a Using cached https://mirrors.tuna.tsinghua.ed ... y2.py3-none-any.whl (49 kB)- Z) o) H% t" {0 T2 y2 r
Installing collected packages: pyxdg/ a f- \0 p9 x9 T0 b3 a( h4 |: J
Attempting uninstall: pyxdg
3 T4 \4 Z) ?, Z1 e9 T3 j: s Found existing installation: pyxdg 0.25, k8 {3 w) S E7 o) U; @. j
ERROR: Cannot uninstall 'pyxdg'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
1 R" s# ^0 o' L9 G! e5 z[root@controller ~]# pip install --upgrade pyxdg<0.255 v# n& U6 F1 e5 \& x* t7 d. F
-bash: 0.25: No such file or directory
% G8 g6 |2 @ p[root@controller ~]# pip install --upgrade "pyxdg<0.25"
! |3 T' E( |% k/ a3 zWARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
4 A4 K; G O5 ?# Z. @Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
3 b2 q- ?2 z5 l3 o' N7 rTo avoid this problem you can invoke Python with '-m pip' instead of running pip directly.& v3 t3 H4 E$ s
Looking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/7 {$ U2 A$ A4 J4 g) O$ X
Collecting pyxdg<0.25
: _1 l) y2 o/ K7 M Downloading https://mirrors.tuna.tsinghua.ed ... 3/pyxdg-0.24.tar.gz (47 kB): f: L% |1 ?' C! b
|████████████████████████████████| 47 kB 2.4 MB/s ' B$ ]! e' I( \7 i. C9 _, Q
Preparing metadata (setup.py) ... done$ \: ~( j, H- |; X$ v/ N
Using legacy 'setup.py install' for pyxdg, since package 'wheel' is not installed.( |' g. ^9 T. n0 L6 n/ T* w9 c, |, Q
Installing collected packages: pyxdg
% [0 Z! T" v7 E* V+ C1 x- s1 G' _ Attempting uninstall: pyxdg, o5 i& W% l- q
Found existing installation: pyxdg 0.25, \" q+ \2 y! J7 n1 n
ERROR: Cannot uninstall 'pyxdg'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
( ?7 j' L& L5 }+ K: m9 m1 V" f[root@controller ~]# pip install -U "pyxdg<0.25"8 [; b9 x9 b1 V. r
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
( N/ Y' z8 B8 I ZPlease see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.4 W* s8 n7 X: ]; Y% U5 N4 w* [+ K
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
/ ^" c" |- n s) f6 C2 v' K0 v. PLooking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/
8 @5 a* `5 ~+ _( uCollecting pyxdg<0.253 m5 T% O1 O- A$ @3 v* E
Using cached https://mirrors.tuna.tsinghua.ed ... 3/pyxdg-0.24.tar.gz (47 kB): ~' c; p1 D* K/ h
Preparing metadata (setup.py) ... done7 s W6 y# I3 t- Y3 ~; O
Using legacy 'setup.py install' for pyxdg, since package 'wheel' is not installed.
2 P: u. Y5 s3 I4 H+ K7 G" H, Y5 H% YInstalling collected packages: pyxdg
1 {3 ^" H2 c- ]& K7 ^& { Attempting uninstall: pyxdg
4 V1 j/ K1 j7 o: ], h Found existing installation: pyxdg 0.25
) s7 h8 W- [+ i0 R3 C+ PERROR: Cannot uninstall 'pyxdg'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.
+ m7 L! {: b; e+ t[root@controller ~]# pip install -I "pyxdg<0.25"- v; b! ]/ @( T! F. }# I: p
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.0 S7 v! ]. h! C. q2 ^' C2 T
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.+ E1 j, q. @0 w; M
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.. w) P7 J" Q8 Z9 P0 ~ E
Looking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/
2 i) ?, T" ~* I6 `" \Collecting pyxdg<0.25
7 {' z* o' J v9 L+ J- o/ D N Using cached https://mirrors.tuna.tsinghua.ed ... 3/pyxdg-0.24.tar.gz (47 kB)
5 Z4 o+ P9 {4 r8 s+ V Preparing metadata (setup.py) ... done H: X, n3 o- t/ o7 V6 v3 T
Using legacy 'setup.py install' for pyxdg, since package 'wheel' is not installed.
2 c& ^$ ?- \6 V1 ^& x+ sInstalling collected packages: pyxdg; I$ E0 j/ E6 g3 Y+ w! Q
Running setup.py install for pyxdg ... done
/ `& u; [2 g, XERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.3 @; L# z+ u3 N& p# v: c; a( {
podman 4.2.0 requires toml>=0.10.2, which is not installed., V% Y: r; a/ K6 h# a
podman 4.2.0 requires pyxdg>=0.26, but you have pyxdg 0.24 which is incompatible.. A( k% v* w l" |
Successfully installed pyxdg-0.247 [' @1 ]$ _* X' B
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv! U3 {5 r m% ?1 b6 U# G
[root@controller ~]# pip install -I "pyxdg<0.24"
# }. W! r( g/ e0 J5 VWARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
) a7 W1 r( v6 QPlease see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.- |; L" A. C) h/ l
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
. M; z0 A8 H/ _; |; KLooking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/2 B4 l3 ?5 |! W7 m" G
Collecting pyxdg<0.24
1 o O2 {% e- @* }# X+ J) G Downloading https://mirrors.tuna.tsinghua.ed ... a/pyxdg-0.23.tar.gz (45 kB). F5 s( G1 z6 r, G
|████████████████████████████████| 45 kB 10.7 MB/s
I5 B3 \$ k/ ?+ ]& e3 Y2 {$ Q9 [ Preparing metadata (setup.py) ... done
( E% q& [8 Z9 Q( N8 uUsing legacy 'setup.py install' for pyxdg, since package 'wheel' is not installed.9 P; p8 Q- p" V; ^0 }
Installing collected packages: pyxdg. R# u' @4 X! w+ p) k: e
Running setup.py install for pyxdg ... done, {. k% r0 q3 G* _9 {* \3 U
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
8 ^! [# Y i6 p% u7 r- u* L2 zpodman 4.2.0 requires toml>=0.10.2, which is not installed.2 `' {+ r$ v" v: z4 S) a4 _
podman 4.2.0 requires pyxdg>=0.26, but you have pyxdg 0.23 which is incompatible.
9 d* _- m: @+ X( M1 DSuccessfully installed pyxdg-0.24
8 ?: B& u5 B9 J4 w- {/ oWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
, }1 Q1 j K/ w% [[root@controller ~]# pip install -I "pyxdg>0.25" ]5 Q2 b' T. f( C2 l
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.$ t, k( \7 p1 a% S. m
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.2 U0 y5 ^* M& I. U2 a
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.& }" W& n0 e# T" S
Looking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/2 K. U: m" |8 F7 G! u8 M
Collecting pyxdg>0.25
* H; ?- F; Z6 F6 P4 q) c Using cached https://mirrors.tuna.tsinghua.ed ... y2.py3-none-any.whl (49 kB)
n, E* J, \* v2 o, i+ mInstalling collected packages: pyxdg
\5 B0 k5 p6 @" _. ?ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts." s% z% b- ^$ f
podman 4.2.0 requires toml>=0.10.2, which is not installed.0 Z, r( O9 @6 I. E
Successfully installed pyxdg-0.28, n/ F; u# G7 r. b% w; R
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv8 t$ T3 y$ r" z' Q: _* `7 s5 v
[root@controller ~]# pip install -i toml
+ I: M t# U+ C0 i) N; XWARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
/ m" R4 d, T; o) K7 ]" ~4 MPlease see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.( J, {$ x# h9 v: g6 ]
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
! _2 ~8 |$ G/ T* y1 vERROR: You must give at least one requirement to install (see "pip help install")" T- E. M" L: }/ e
[root@controller ~]# pip install -I toml
' `$ N5 R$ J/ UWARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.3 w& S3 h7 J) I( q4 E9 Y% C
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.) A+ C/ X* [1 h J4 G) w3 ~( q
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.
) S- h5 N& l8 `( lLooking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/8 a+ G6 M4 @6 s6 h( D% e
Collecting toml
9 L! Z1 a1 F- _2 V1 ` Downloading https://mirrors.tuna.tsinghua.ed ... y2.py3-none-any.whl (16 kB)
$ m8 i9 f7 ~6 G" h4 qInstalling collected packages: toml
, K0 s2 h8 n2 |0 P8 E+ ]) USuccessfully installed toml-0.10.2" |" k% D# p3 u8 w7 I9 {, j
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
0 a, s) L+ l, [ L" }8 b[root@controller ~]# pip install -I "pyxdg>0.25"
8 [2 [2 ?4 J& B. B( i3 kWARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.' x2 c8 Q+ i9 M5 B+ `+ v
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.1 B9 `5 n3 q5 e% U8 j- j1 T( ?
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.5 A/ l+ i0 R! T7 [
Looking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/
. Q" c( v3 D+ h9 {, d2 m Y4 RCollecting pyxdg>0.25
3 R1 n' R& c. ~5 c# o Using cached https://mirrors.tuna.tsinghua.ed ... y2.py3-none-any.whl (49 kB)
0 o8 {' M; D5 }; a& ^( y; ~% c1 R5 DInstalling collected packages: pyxdg1 s6 q D H# ]9 ]+ C
Successfully installed pyxdg-0.28
/ F2 }& w: F9 T+ i; Y/ QWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. v0 I- p) [( f/ k: A" }, r7 T; T
[root@controller ~]# pip install --upgrade podman 8 ^3 y0 d6 E0 X/ p2 ?. V1 c9 e
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.9 Q, \% A: V9 U8 R9 x
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue. X% {8 w, o) V3 |
To avoid this problem you can invoke Python with '-m pip' instead of running pip directly.# S L2 U% r/ v6 f
Looking in indexes: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/( E; H9 C$ d' H. I: Q7 {5 A( `
Requirement already satisfied: podman in /usr/lib/python3.6/site-packages (4.2.0)
7 o% E- T1 j3 G( H; s# {8 H! OCollecting podman! o- N6 [/ G: W x) ?7 z" p
Using cached https://mirrors.tuna.tsinghua.ed ... .0-py3-none-any.whl (91 kB), |/ f+ R- Z5 Q8 H
Requirement already satisfied: tomli>=1.2.3 in /usr/local/lib/python3.6/site-packages (from podman) (1.2.3)
, W% Z5 B" E9 ZRequirement already satisfied: pyxdg>=0.26 in /usr/local/lib/python3.6/site-packages (from podman) (0.28)
* s) G% d; b( B- j. D. d. Z8 q( o0 a# }5 kRequirement already satisfied: urllib3>=1.26.5 in /usr/local/lib/python3.6/site-packages (from podman) (1.26.14)4 R4 I7 w5 h+ @" k5 x5 e
Requirement already satisfied: requests>=2.24 in /usr/local/lib/python3.6/site-packages (from podman) (2.27.1)+ |. r1 g: u# ~2 O& e1 b0 _
Requirement already satisfied: idna<4,>=2.5 in /usr/lib/python3.6/site-packages (from requests>=2.24->podman) (2.5)
) U* G/ V+ n$ J( q/ }5 Q' xRequirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/site-packages (from requests>=2.24->podman) (2022.12.7)
6 w/ @1 n @) n7 ]# H0 JRequirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.6/site-packages (from requests>=2.24->podman) (2.0.12)5 P0 `$ `/ ~4 C) }6 h
Installing collected packages: podman
) j$ p# \. a; K. X2 q/ ^' m Attempting uninstall: podman7 o, j! @# y1 M4 M) O3 N- f
Found existing installation: podman 4.2.0
! ]8 d5 E( t3 S3 n Uninstalling podman-4.2.0:2 h$ F1 P7 f) `
Successfully uninstalled podman-4.2.00 i) \6 P" x% G, S- v
Successfully installed podman-4.4.0
! s7 F/ E$ h- v1 X1 W8 V$ u/ YWARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
! W) Q% }2 y ]* u: X0 K: Q# ?[root@controller ~]# pip list 5 A1 D$ l5 S) t. K/ \
WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.. Q( n: v* |+ c% k
Please see https://github.com/pypa/pip/issues/5599 for advice on fixing the underlying issue.
5 @7 s* b9 h/ X/ c' p# r+ _- Y5 TTo avoid this problem you can invoke Python with '-m pip' instead of running pip directly.! |/ R+ N5 J7 t Q: g5 d) [1 s- H
Package Version- ^/ s4 {' N8 {- u; T! D2 b+ J L
------------------- ---------) k7 a& Z f9 N$ J+ |- o! b4 w
certifi 2022.12.7
; p0 u ?* z: M. V! ^; e; _chardet 3.0.48 ]% K' o3 @, x) p7 X
charset-normalizer 2.0.12 e% M" L+ t* E3 H! K; Z
dbus-python 1.2.4
3 V7 D2 O: i' H' R7 P* }decorator 4.2.13 W: l, Q) N8 R8 [& ?
gpg 1.13.1
" F# T0 B" m8 I f p5 S, Gidna 2.5
& E) Q- d" L1 y; O1 J9 g# ?5 p9 dlibcomps 0.1.18% h: ]0 v$ ?: W
nftables 0.1# T4 x1 N( U. `% `, `
pbr 5.11.1
8 q# J7 }8 O" y4 R; N; _$ wperf 0.1, Y* J8 V; V; \& e
pip 21.3.1
, K# K: F+ n. H$ epodman 4.4.0 [" _: d, D# [! S
PyGObject 3.28.3 p8 s7 I! P/ {& [
PySocks 1.6.8& L& h/ F; \8 v( d" I0 A
python-dateutil 2.6.1( d6 L. U' Q) p3 ]
python-linux-procfs 0.7.0) u7 c& L K3 R/ g+ i# x3 Q7 K
pytoml 0.1.14) f0 m. G. B$ w& C- g
pyudev 0.21.0
' Z/ @! N5 i# u0 Rpyxdg 0.28/ z- Y( y* Z6 p
requests 2.27.1' \9 }2 Z) k7 j% N% K
rpm 4.14.3
4 }+ B5 K% t( R# vselinux 2.94 s; m, q# |# h3 c/ _( V
sepolicy 1.16 N5 p( G* b! d5 G2 N* S3 @
setools 4.3.0: }) h0 s9 B5 e$ ~7 m
setuptools 39.2.0
3 K3 o( ~$ L" n; ~. C K6 Asix 1.11.07 D. e/ @/ d% d$ D3 m. E; V
slip 0.6.4. r/ {$ v9 ` m- Y" s
slip.dbus 0.6.4+ K+ f9 g. y g; w
syspurpose 1.28.28
% q2 z3 ~9 C% p; p! stoml 0.10.2
$ t3 b6 M E! V4 q8 ctomli 1.2.3( ]' s. a4 `, X" J1 P4 R8 M8 d, K
udica 0.2.6
) k( p/ r3 b* a k; Murllib3 1.26.14; r; h$ ]% |4 u
# u0 e9 ]$ ~3 U' k5 }: Y! T- w R. C2 H- @5 Q
|
|