From: Kefu Chai Date: Sat, 31 Jul 2021 13:15:48 +0000 (+0800) Subject: rpm, debian: drop virtualenv from build deps X-Git-Tag: v17.1.0~1208^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=3741f57eeed2fac7170900277c1d4bd8737d9f31;p=ceph.git rpm, debian: drop virtualenv from build deps 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 --- diff --git a/ceph.spec.in b/ceph.spec.in index 4d4082394d4..a5639068a28 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -259,7 +259,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 diff --git a/debian/control b/debian/control index a3b6d524e41..af74fbd5f42 100644 --- a/debian/control +++ b/debian/control @@ -97,6 +97,7 @@ Build-Depends: automake, python3-scipy , python3-setuptools, python3-sphinx, + python3-venv, python3-werkzeug , python3-yaml, ragel , @@ -105,7 +106,6 @@ Build-Depends: automake, uuid-dev , uuid-runtime, valgrind, - virtualenv, xfslibs-dev, xfsprogs , xmlstarlet ,