File tree Expand file tree Collapse file tree 6 files changed +12
-13
lines changed Expand file tree Collapse file tree 6 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ create_virtualenv() {
235235 fi
236236
237237 $PYTHON_EXECUTABLE " $VIRTUALENV_PYZ " \
238- --wheel embed -- pip embed --setuptools embed \
238+ --pip embed --setuptools embed \
239239 --seeder pip \
240240 --never-download \
241241 --no-periodic-update \
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ if not exist "%CFG_BIN_DIR%\python.exe" (
116116
117117 if exist " %CFG_ROOT_DIR% \etc\thirdparty\virtualenv.pyz" (
118118 %PYTHON_EXECUTABLE% " %CFG_ROOT_DIR% \etc\thirdparty\virtualenv.pyz" ^
119- --wheel embed -- pip embed --setuptools embed ^
119+ --pip embed --setuptools embed ^
120120 --seeder pip ^
121121 --never-download ^
122122 --no-periodic-update ^
@@ -132,7 +132,7 @@ if not exist "%CFG_BIN_DIR%\python.exe" (
132132 )
133133 )
134134 %PYTHON_EXECUTABLE% " %CFG_ROOT_DIR% \%VIRTUALENV_DIR% \virtualenv.pyz" ^
135- --wheel embed -- pip embed --setuptools embed ^
135+ --pip embed --setuptools embed ^
136136 --seeder pip ^
137137 --never-download ^
138138 --no-periodic-update ^
Original file line number Diff line number Diff line change 1- cffi==1.17.1
2- cyseq==0.0.2
1+ cffi==2.0.0
2+ cyseq==0.1.0
33intbitset==4.0.0
4- lxml==5.4.0
5- MarkupSafe==3.0.2
4+ lxml==6.0.2
5+ MarkupSafe==3.0.3
66pyahocorasick==2.2.0
7- PyYAML==6.0.2
7+ PyYAML==6.0.3
Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ certifi==2025.6.15
88cffi == 1.17.1
99chardet == 5.2.0
1010charset-normalizer == 3.4.2
11- click == 8.3.0 ;python_version >= '3.10'
12- click == 8.1.7 ;python_version < '3.10'
11+ click == 8.3.0
1312colorama == 0.4.6
1413commoncode == 32.4.0
1514construct == 2.10.70
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ packages =
151151 regipy >= 3.1.0; platform_system == 'Linux'
152152 packagedcode_msitools >= 0.101.210706; platform_system == 'Linux'
153153 go-inspector >= 0.5.0; platform_system == 'Linux'
154- rust-inspector >= 0.1 .0; platform_system == 'Linux'
154+ rust-inspector >= 0.2 .0; platform_system == 'Linux'
155155
156156[options.entry_points]
157157console_scripts =
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ install_requires =
7575 colorama >= 0.3.9
7676 commoncode >= 32.4.0
7777 container-inspector >= 31.0.0
78+ cyseq >= 0.1.0
7879 debian-inspector >= 31.1.0
7980 dparse2 >= 0.7.0
8081 fasteners
@@ -117,7 +118,6 @@ install_requires =
117118 typecode >= 30.0.1
118119 typecode[full] >= 30.0.1
119120 extractcode[full] >= 31.0.0
120- cyseq >= 0.0.2
121121
122122
123123[options.packages.find]
@@ -153,7 +153,7 @@ packages =
153153 regipy >= 3.1.0; platform_system == 'Linux'
154154 packagedcode_msitools >= 0.101.210706; platform_system == 'Linux'
155155 go-inspector >= 0.5.0; platform_system == 'Linux'
156- rust-inspector >= 0.1 .0; platform_system == 'Linux'
156+ rust-inspector >= 0.2 .0; platform_system == 'Linux'
157157
158158[options.entry_points]
159159console_scripts =
You can’t perform that action at this time.
0 commit comments