]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rpm, debian: drop virtualenv from build deps 43002/head
authorKefu Chai <kchai@redhat.com>
Sat, 31 Jul 2021 13:15:48 +0000 (21:15 +0800)
committerKen Dreyer <kdreyer@redhat.com>
Tue, 31 Aug 2021 21:25:20 +0000 (17:25 -0400)
since we've replaced "virtualenv" with "python3 -m venv", there is no
need to have it in the build deps list.

since, on ubuntu, venv modules is not available by default, we need to
install python3-venv.

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 3741f57eeed2fac7170900277c1d4bd8737d9f31)

 Conflicts:
debian/control - trivial ordering

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
ceph.spec.in
debian/control

index 1496ef238211ade19ec25631962441bdbb382080..b8f8bf1965c494ab576ebd07e726dd839cb0ff76 100644 (file)
@@ -236,7 +236,6 @@ BuildRequires:      python%{python3_pkgversion}-nose
 BuildRequires: python%{python3_pkgversion}-pecan
 BuildRequires: python%{python3_pkgversion}-requests
 BuildRequires: python%{python3_pkgversion}-dateutil
-BuildRequires: python%{python3_pkgversion}-virtualenv
 BuildRequires: python%{python3_pkgversion}-coverage
 BuildRequires: python%{python3_pkgversion}-pyOpenSSL
 BuildRequires: socat
index b3b48950ad781b9b1e93952e30ad26f10fc41bf4..f251e19395a202b85ca097a8a1192bc176a309e6 100644 (file)
@@ -99,13 +99,13 @@ Build-Depends: automake,
                python3-sphinx,
 # Make-Check   python3-werkzeug,
                python3-setuptools,
+               python3-venv,
 # Crimson      ragel,
 # Make-Check   socat,
 # Crimson      systemtap-sdt-dev,
 # Make-Check   uuid-dev,
                uuid-runtime,
                valgrind,
-               virtualenv,
                xfslibs-dev,
 # Make-Check   xfsprogs,
 # Make-Check   xmlstarlet,