Skip to content

Commit 6c98567

Browse files
committed
Removed some .spec file dependencies
Removed .spec file dependencies on specific python packages. They are specified in pyenv.txt and condaEnv.yml fixes #751 Signed-off-by: Deb Rezanka <[email protected]>
1 parent 5e88cb4 commit 6c98567

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/mtt.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ This is the MPI Testing Tool (MTT) software package for the common files.
3535
%package pyclient
3636
Summary: MTT PyClient
3737
Group: Development/Libraries
38-
Requires: mtt-common, python, python-virtualenv
38+
Requires: mtt-common, python
3939
%description pyclient
4040
This is the MPI Testing Tool (MTT) software package for the python client.
4141

4242
%package server
4343
Summary: MTT Server
4444
Group: Development/Libraries
45-
Requires: mtt-common, httpd, php, postgresql >= 9.0, python, python-virtualenv, python-cherrypy
45+
Requires: mtt-common, httpd, php, postgresql >= 9.0, python
4646
%description server
4747
This is the MPI Testing Tool (MTT) software package for the server.
4848

0 commit comments

Comments
 (0)