Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
trisquel
package-helpers
Commits
036ae245
Commit
036ae245
authored
10 months ago
by
Luis Guzmán
Browse files
Options
Downloads
Patches
Plain Diff
python-virtualenv: remove python3-pip as dependency from virtualenv.
parent
cf018422
No related branches found
No related tags found
1 merge request
!1343
python-virtualenv: remove python3-pip as dependency from virtualenv.
Pipeline
#1245
passed
10 months ago
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
helpers/DATA/python-virtualenv/rm_python-pip_dependency.patch
+24
-0
24 additions, 0 deletions
...ers/DATA/python-virtualenv/rm_python-pip_dependency.patch
helpers/make-python-virtualenv
+31
-0
31 additions, 0 deletions
helpers/make-python-virtualenv
with
55 additions
and
0 deletions
helpers/DATA/python-virtualenv/rm_python-pip_dependency.patch
0 → 100644
+
24
−
0
View file @
036ae245
diff --git a/debian/control b/debian/control_
index 75143e1..e88cd28 100644
--- a/debian/control
+++ b/debian/control_
@@ -18,8 +18,6 @@
Build-Depends-Indep: python3-distlib (>= 0.3.1),
python3-distutils,
python3-filelock,
python3-importlib-metadata (>= 3.6),
- python3-pip,
- python3-pip-whl,
python3-platformdirs,
python3-setuptools,
python3-setuptools-scm,
@@ -31,9 +29,7 @@
Rules-Requires-Root: no
Package: python3-virtualenv
Architecture: all
-Depends: python3-pip (>= 20.1-1~),
- python3-pip-whl,
- python3-setuptools-whl,
+Depends: python3-setuptools-whl,
python3-wheel-whl,
${misc:Depends},
${python3:Depends},
This diff is collapsed.
Click to expand it.
helpers/make-python-virtualenv
0 → 100644
+
31
−
0
View file @
036ae245
#!/bin/sh
#
# Copyright (C) 2024 Luis Guzmán <ark@switnet.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION
=
0
.
./config
# Apply required patches
for
patch
in
$(
ls
-v
${
DATA
}
/
*
.patch
)
do
echo
"> Applying
$(
echo
$patch
|xargs
basename
)
"
patch
--no-backup-if-mismatch
-Np1
<
$patch
done
changelog
"Remove python3-pip dependency to install."
package
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment